Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying folders on to a pen drive
Message
 
 
To
18/02/2009 09:21:44
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 7
OS:
Vista
Network:
Windows 2003 Server
Miscellaneous
Thread ID:
01382606
Message ID:
01382624
Views:
39
>>Thanks Sergey. That works brilliantly. I need to allow users to select folders to copy from and to copy to. If I struggle with that I'll let you know.
>>
>>Thanks.
>
>Also, I observed that the loFolder will not receive a folder object if the destination folder does not exist. You must validate its existence first (Directory()), if missing then create at it (MD).

Or just check for NULL
IF ISNULL(loFolder)
  ... Invalid folder
ENDIF
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform