Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to MD a UNC?
Message
From
11/11/2003 10:46:28
 
 
To
11/11/2003 10:21:25
Geert Van Snik
Zorgned Automatisering Bv
Wageningen, Netherlands
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00848706
Message ID:
00848721
Views:
13
>I'd like to create a directory using a UNC (\\SERVERNAME\DIR1\DIR2), but using MD ("\\SERVERNAME\DIR1\DIR2") doesn't do that. It returns a "Invalid path or filename". I'm using VFP7.0

This works fine for me in VFP 7 (6, too, for that matter), so I expect there's a problem with the path. Perhaps a string variable has a space in it or an illegal character? Here's an example of what I tried, that worked:
MD ('\\MyServer\MySharedFolder\A New Folder')
Previous
Reply
Map
View

Click here to load this message in the networking platform