Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DRIVETYPE () function question

Status
Not open for further replies.

IRABYY

Programmer
Apr 18, 2002
221
US
Colleagues:

quick question: have any of you ever gotten DRIVETYPE(cPath) function's return CD/DVD-ROM type (=5) from a network drive which is not CD/DVD-ROM? Could that happen with some non-convetional type of storage (not IDE or SCSI)?

AHWBGA.


Regards,

Ilya
 
Ilya,
No, but what OS is the drive running under? Remember this is one of those thinly wrappered Win API functions (specifically GetDriveType()), and VFP just reports what the system returns.

Rick
 
rgbean (Programmer): what OS is the drive running under?

That's exactly the question I asked our Ops. manager there. He did not know and was going to ask customer.

I just know that there are some kind of "optical drive storage" out there, whatever it is... But it shan't return 5 if it's suposed to act as regular magnetic media, shall it?



Regards,

Ilya
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top