Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reproduce directory structure
Message
From
02/12/2008 12:43:57
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01365145
Message ID:
01365179
Views:
14
This is a good solution, but each folder's files are also copied. Is there a way to do this but not have the actual files copied?

Thanks,

Jerry



>If scripting is a possibility it is very simple
>
>
>loFSO			= Createobject('Scripting.FileSystemObject')
>loFolder		= loFSO.getFolder(lcSourceFolder) && For example c:\perl
>loFolder.Copy(lcTargetFolder) && For example c:\temp\perl
>
Previous
Reply
Map
View

Click here to load this message in the networking platform