Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check for Existance of Diskette in Drive A
Message
From
22/09/2000 12:11:11
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00419785
Message ID:
00419804
Views:
23
Bingo! That's the thread I remember now. I like George Tasker's idea.

oFSO = CREATEOBJECT("Scripting.FileSystemObject")
oDrive = oFSO.GetDrive("A:")
? oDrive.IsReady

Thanks to all!

Joe
Previous
Reply
Map
View

Click here to load this message in the networking platform