Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to copy file from drive c to drive a
Message
 
À
27/12/2004 21:12:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows '98
Network:
Novell 4.x
Database:
Visual FoxPro
Divers
Thread ID:
00972479
Message ID:
00972555
Vues:
13
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform