Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying one drive content to another - Urgent
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00421167
Message ID:
00421384
Views:
20
Nadya,

One other thing. You can use the Scripting.FileSystemObject to do the same thing. The difference is that no progress dialog is displayed. The following does this:
Set oFSO = CreateObject("Scripting.FileSystemObject")
oFSO.CopyFolder cSource, cTarget, True
Steve already pointed you to the article on the VFUG site regarding the Shell.Application. Also there are the first two installments (of 5) on the Windows Script Host that Ed and I are writing. The first article (Sept. 2000) tells how to find out if it's installed and how to get and install it if it isn't. It's a lot easier to both tell if it's installed and install if it isn't.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform