Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create folder and copy data into it
Message
From
28/09/2004 16:36:31
 
 
To
27/09/2004 23:15:37
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00946159
Message ID:
00946917
Views:
31
Hi Tariq,

Use DIRECTORY() to see if it already exists, then if you don't want to overwrite it skip my code, e.g.
IF DIRECTORY('E:\ACCOUNTS')
   * Do nothing if this is what you want
   * or possibly do something else
ELSE
   * Create the directory and copy files and subdirectories
   * as per your first request
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform