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:50:15
 
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00344236
Message ID:
00344271
Views:
24
>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

Yes, it is available. Thanks for the heads-up.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Reply
Map
View

Click here to load this message in the networking platform