Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying an entire directory and its tree to another loca
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2000 Server
Divers
Thread ID:
00980851
Message ID:
00981400
Vues:
58
>>I need to copy an entire dir and its content to another computer using UNC, is there any way to do so from VFP?
>>
>>i also need to nename the target dir in the target machine
>
>
>oWSH = CREATEOBJECT("Scripting.FileSystemObject")
>owsh.CopyFolder(source_folder,target_folder,.t.)
>
the problem with this is that for any matters, i need to copy to another computer on the network with a unc like this

\\computername\c$\directory

and this seems not to work with scripting, any aide why?
.......
DO WHILE .T.
      ME.Work()
ENDDO
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform