Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to know the type of drive : physical or network driv
Message
From
02/10/2004 11:14:51
 
 
To
02/10/2004 10:56:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00948204
Message ID:
00948212
Views:
16
Drivetype('p:') will return 4 if p: is a mapped network drive or a removable drive. The possible drive types are:
1 No drive
2 Floppy
3 Hard disk
4 Removable drive or network drive
5 CD ROM
6 Ram disk

>my program works in network environment. many computers can connect to the server database. i want only the server to do a specific job. so i need to know if the program is running on the server or not. i don't know what drivetype function returns. (i'm going to see the vfp help.)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform