Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying a Folder
Message
De
11/10/2002 13:02:24
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
 
À
11/10/2002 12:48:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00710410
Message ID:
00710424
Vues:
18
This message has been marked as the solution to the initial question of the thread.
>Hi,
>
>I'm having trouble copying a directory from one drive to another. Anyone know the easiest way to do this? I am using VFP6. Thanks!

You can use WSH, or you can just use XCOPY. Here's a cut-and-paste snippet from some of my code:
	lcCmd = [RUN ] + ;
		[XCOPY "] + ADDBS(THIS.BackupDirectory) + [*.*" "] + ;
		lcDirectory + [" ] + ;
		[/E /V /C /I /Y ]
	&lcCmd
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform