Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create folder and copy data into it
Message
From
27/09/2004 13:45:28
 
 
To
26/09/2004 23:08:37
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00946159
Message ID:
00946359
Views:
25
This will create the destination directory for you on E:\ and also create all subdirectories and copy their contents.
oShell = CreateObject("Shell.Application")
oFoldr = oShell.NameSpace("E:\")
oFoldr.CopyHere("D:\ACCOUNT")
RELEASE oShell, oFoldr
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform