Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subdirectories
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00179419
Message ID:
00182600
Views:
13
Hi Eduardo,

You can also do this (much faster I might add) by using the FileSystemObject included in the Windows Scripting Host:
fso = CreateObject("Scripting.FileSystemObject")
FSO.CopyFolder("c:\folder", "d:\Copy_Of_Folder")
WSH is available for download for Windows 95, and is built into Windows 98 and NT. You'll find it along with more extensive information at Microsoft's Sripting Technologies site.


>Is there a way to copy a directory with all its content (subdirectories with files inclusive) without knowing the names of the subdirectories with code?
>Eduardo
kenweber
GCom2 Solutions
Microsoft Certified Professional

Previous
Reply
Map
View

Click here to load this message in the networking platform