Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check if a drive is a CD-ROM?
Message
From
10/03/2000 11:25:59
 
 
To
10/03/2000 11:21:15
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00344236
Message ID:
00344246
Views:
21
I thought DriveType() was available in FoxTools.fll prior to VFP6? If this is the case then it's something like this:-

set library to foxtools.fll

lcFilename = getfile()

if NOT empty(lcFilename)
lcDrive = justdrive(lcFilename)

? DriveType(lcDrive)
endif
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform