Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check Floppy Disk
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00654181
Message ID:
00654193
Views:
16
>Any one can help to to check Floppy Disk is there or not. I want to write a program to check Floppy Disk in there in Drive or not.
>
>Thanks
>Mihir

The Windows Script Host offers this functionality through the Scripting.FileSystemObject's GetDrive() method.
oFSO = CREATEOBJECT("Scripting.FileSystemObject")
oDrive = oFSO.GetDrive("A:")
? oDrive.IsReady
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform