Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy File
Message
 
À
13/08/2002 14:48:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00689264
Message ID:
00689294
Vues:
17
You can use WSH like this (without parameter verification)

lparameters tcSourceFile, tcTargetFile

loFSO=createobject('scripting.filesystemobject')
loFile=loFSO.GetFile(tcSourceFile)
loFile.Copy(tcTargetFile)
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform