Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to copy file from drive c to drive a
Message
 
To
27/12/2004 21:12:00
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows '98
Network:
Novell 4.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00972479
Message ID:
00972555
Views:
15
Leo,
Before copying the files to drive A you might want to check if drive A is ready:
oFSO = CREATEOBJECT('Scripting.FileSystemObject')
oDrive = oFSO.GetDrive("a:")
if oDrive.IsReady
&& copy file command
endif
Einar

>I need help ?
>How copy file DBF from drive c into drive a
>Would you please show the code ??
>Anyone can help me ??
>
>Regards
Semper ubi sub ubi.
Previous
Reply
Map
View

Click here to load this message in the networking platform