Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Verification of empty CD drive
Message
 
To
22/08/2005 14:14:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01042710
Message ID:
01042716
Views:
23
One of the solutions:
if ADIR(aa,"d:\*.*") <=0 
  ....
>Hi,
>
>I was wondering if anyone has a simple way of verifying if a CD or DVD drive has media in it. I have code that figures out what drive letters are the CD and/or DVD drives. Next I want to see what is on the media of these drives. If it is empty I want to skip over it. But I can't figure out how to tell if the drive is empty or not other than using 'SET DEFAULT TO d:\' and getting an "invalid path of file name" error if the drive is empty. Any ideas? Thanks!
>
>Tim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform