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:
00650861
Views:
23
>>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
Thank you George. It works great.
Einar
Semper ubi sub ubi.
Previous
Reply
Map
View

Click here to load this message in the networking platform