Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disk in drive a:\?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00650854
Message ID:
00650855
Views:
31
This message has been marked as the solution to the initial question of the thread.
>Hi there,
>
>Is there a command to check if there is a disk in drive a:\?
>
>TIA,

Einar,

The Windows Script Host can do this
oFSO = CREATEOBJECT('Scripting.FileSystemObject')
oDrive = oFSO.GetDrive("a:")
? oDrive.IsReady
George

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

Click here to load this message in the networking platform