Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't copy directory to UNC file path??
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01560859
Message ID:
01560864
Vues:
52
>>>I'm trying to do this...
>>>
>>>lcFrom = 'C:\VFP_Projects\Appsr'
>>>lcTo = '\\server\APPS'
>>>
>>>oWSH.CopyFolder(lcFrom, lcTo, .T.)
>>>
>>>If I change to lcTo to something that doesn't have the \\ in it, then it works. Is there a way to do this with UNC file pathing??
>>
>>I think the problem is that you did not include a folder, you just jave a server and a share \\server and \apps respectively , you should add a folder (even \ might work)
>
>hmmm...well no dice on that either. I think I might have some sort of permissions problem. For the lcTo I was using something on my C drive and it worked. If I map the network drive/folder and try to use that it still fails. Interestingly sometimes it actually works but still tosses me an OLE error.


Try putting a trailing backslash on the pathnames. Maybe??
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform