![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Re: Empty folders
Per Juul Larsen <juul@larsen.dk>'s wild thoughts were
released on Wed, 06 Aug 2008 20:51:35 +0200 bearing the following fruit: >Hi. >My application creates empty libraries. How do I ensure that the user >copies at least one or more picture files (.jpg) in each of the empty >folders ? Result , no empty folders! >regards pjl You can never ensure a user will do anything. If you are creating the folders then why not put a file in them also. Better still have your application cope with the folder being empty. -- Jan Hyde (VB MVP) https://mvp.support.microsoft.com/profile/Jan.Hyde |
|
|||
|
Re: Empty folders
Jan Hyde (VB MVP) skrev:
Thank you for your response My application creates empty libraries (names drawn from a database) to be filled with image files before another program can start .. (this program corrects the images after a given parameter). For this to run right there must be files present in the folds. So no empty folders.!> Per Juul Larsen <juul@larsen.dk>'s wild thoughts were > released on Wed, 06 Aug 2008 20:51:35 +0200 bearing the > following fruit: > >> Hi. >> My application creates empty libraries. How do I ensure that the user >> copies at least one or more picture files (.jpg) in each of the empty >> folders ? Result , no empty folders! >> regards pjl > > You can never ensure a user will do anything. If you are > creating the folders then why not put a file in them also. > Better still have your application cope with the folder > being empty. > > > -- > Jan Hyde (VB MVP) > > https://mvp.support.microsoft.com/profile/Jan.Hyde Thank you for your response My application creates empty libraries (names drawn from a database) to be filled by the user with image files before another program can start ... (this program corrects the images after a given parameter). For this to run right there must be files present in the folders. So no empty folders.! kind regards pjl |
|
|||
|
Re: Empty folders
Per Juul Larsen <juul@larsen.dk>'s wild thoughts were
released on Thu, 07 Aug 2008 16:58:51 +0200 bearing the following fruit: > Jan Hyde (VB MVP) skrev: > >Thank you for your response >My application creates empty libraries (names drawn from a database) to >be filled with image files before another program can start .. (this >program corrects the images after a given parameter). For this to run right >there must be files present in the folds. So no empty folders.!> Per I'm failing to see the problem. If there are no files to process then have your program say so to the user. J >Juul Larsen <juul@larsen.dk>'s wild thoughts were >> released on Wed, 06 Aug 2008 20:51:35 +0200 bearing the >> following fruit: >> >>> Hi. >>> My application creates empty libraries. How do I ensure that the user >>> copies at least one or more picture files (.jpg) in each of the empty >>> folders ? Result , no empty folders! >>> regards pjl >> >> You can never ensure a user will do anything. If you are >> creating the folders then why not put a file in them also. >> Better still have your application cope with the folder >> being empty. >> >> >> -- >> Jan Hyde (VB MVP) >> >> https://mvp.support.microsoft.com/profile/Jan.Hyde > >Thank you for your response >My application creates empty libraries (names drawn from a database) to >be filled by the user with image files before another program can start >.. (this program corrects the images after a given parameter). For this >to run right there must be files present in the folders. So no empty >folders.! > >kind regards pjl -- Jan Hyde (VB MVP) https://mvp.support.microsoft.com/profile/Jan.Hyde |
|
|||
|
Re: Empty folders
Jan Hyde (VB MVP) skrev:
> Per Juul Larsen <juul@larsen.dk>'s wild thoughts were > released on Thu, 07 Aug 2008 16:58:51 +0200 bearing the > following fruit: > >> Jan Hyde (VB MVP) skrev: >> >> Thank you for your response >> My application creates empty libraries (names drawn from a database) to >> be filled with image files before another program can start .. (this >> program corrects the images after a given parameter). For this to run right >> there must be files present in the folds. So no empty folders.!> Per > > I'm failing to see the problem. If there are no files to > process then have your program say so to the user. > > J > >> Juul Larsen <juul@larsen.dk>'s wild thoughts were >>> released on Wed, 06 Aug 2008 20:51:35 +0200 bearing the >>> following fruit: >>> >>>> Hi. >>>> My application creates empty libraries. How do I ensure that the user >>>> copies at least one or more picture files (.jpg) in each of the empty >>>> folders ? Result , no empty folders! >>>> regards pjl >>> You can never ensure a user will do anything. If you are >>> creating the folders then why not put a file in them also. >>> Better still have your application cope with the folder >>> being empty. >>> >>> >>> -- >>> Jan Hyde (VB MVP) >>> >>> https://mvp.support.microsoft.com/profile/Jan.Hyde >> >> Thank you for your response >> My application creates empty libraries (names drawn from a database) to >> be filled by the user with image files before another program can start >> .. (this program corrects the images after a given parameter). For this >> to run right there must be files present in the folders. So no empty >> folders.! >> >> kind regards pjl > > -- > Jan Hyde (VB MVP) > > https://mvp.support.microsoft.com/profile/Jan.Hyde Thank You. fast answer. The program is a batchscript running in the background, with no interact to the user. But You are right. This script could scan for empty folders and stop my application. Some times the solution is right in front of you, but you can not see it. regards pjl |
|
|||
|
Re: Empty folders
Per Juul Larsen <juul@larsen.dk>'s wild thoughts were
released on Thu, 07 Aug 2008 17:20:37 +0200 bearing the following fruit: >Jan Hyde (VB MVP) skrev: >> Per Juul Larsen <juul@larsen.dk>'s wild thoughts were >> released on Thu, 07 Aug 2008 16:58:51 +0200 bearing the >> following fruit: >> >>> Jan Hyde (VB MVP) skrev: >>> >>> Thank you for your response >>> My application creates empty libraries (names drawn from a database) to >>> be filled with image files before another program can start .. (this >>> program corrects the images after a given parameter). For this to run right >>> there must be files present in the folds. So no empty folders.!> Per >> >> I'm failing to see the problem. If there are no files to >> process then have your program say so to the user. >> >> J >> >>> Juul Larsen <juul@larsen.dk>'s wild thoughts were >>>> released on Wed, 06 Aug 2008 20:51:35 +0200 bearing the >>>> following fruit: >>>> >>>>> Hi. >>>>> My application creates empty libraries. How do I ensure that the user >>>>> copies at least one or more picture files (.jpg) in each of the empty >>>>> folders ? Result , no empty folders! >>>>> regards pjl >>>> You can never ensure a user will do anything. If you are >>>> creating the folders then why not put a file in them also. >>>> Better still have your application cope with the folder >>>> being empty. >>>> >>>> >>>> -- >>>> Jan Hyde (VB MVP) >>>> >>>> https://mvp.support.microsoft.com/profile/Jan.Hyde >>> >>> Thank you for your response >>> My application creates empty libraries (names drawn from a database) to >>> be filled by the user with image files before another program can start >>> .. (this program corrects the images after a given parameter). For this >>> to run right there must be files present in the folders. So no empty >>> folders.! >>> >>> kind regards pjl >> >> -- >> Jan Hyde (VB MVP) >> >> https://mvp.support.microsoft.com/profile/Jan.Hyde > >Thank You. fast answer. >The program is a batchscript running in the background, with no interact >to the user. >But You are right. This script could scan for empty folders and stop my >application. >Some times the solution is right in front of you, but you can not see it. >regards pjl One thing is for sure and that is that you cannot rely on a user for these things. All it will do is generate support calls. -- Jan Hyde (VB MVP) https://mvp.support.microsoft.com/profile/Jan.Hyde |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|