Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to know the Network drive?
Message
From
15/07/2001 23:09:55
 
 
To
15/07/2001 20:13:48
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00530825
Message ID:
00530837
Views:
20
You can use the Sys(2003) alone without the sys(5) and must work
First check the value returned by Sys(5) if returns .F. or the empty string then use only the value returned by Sys(2003)
cDrive = Sys(5)
If Empty(cDrive) && or If !cDrive
cPath = Sys(2003)
Else
cPath = Sys(5)+Sys(2003)
EndIf

I hope this help


Mauricio
Be fast like the Fox
Be free like the Penguin
Se Rápido como el Zorro
Se libre como el Pingüino
Previous
Reply
Map
View

Click here to load this message in the networking platform