Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recognize Server Path
Message
De
14/02/1999 16:48:28
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Recognize Server Path
Divers
Thread ID:
00187557
Message ID:
00187557
Vues:
66
How can I get the "Windows Script Host" or " WSH" to recognize server path?

cSource = 'C:\Test1'
cDestination = '\\Sever\test2'
IF DIRECTORY(cSource)
FSO = CreateObject("Scripting.FileSystemObject")
FSO.CopyFolder(cSource, cDestination)
ELSE
MESSAGEBOX("Directory "+cSource+" does not exist.")
ENDIF



THANKS,
Maurice
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform