Scalabium Software

SMExport advertising
Knowledge for your independence'.
Home Delphi and C++Builder tips


#31: How can I detect a drive type?

If you want to detect a drive type (CD/Floppy/Network...), then you must use a GetDriveType function from Windows API.

For example,

  case GetDriveType('C:\') of
    0: <unknown>;
    1: <root directory does not exist>;
    DRIVE_REMOVABLE: <floppy>;
    DRIVE_FIXED: <hard drive>;
    DRIVE_REMOTE: <network>;
    DRIVE_CDROM: <CD-ROM>;
    DRIVE_RAMDISK: <RAM disk>;
  end;


Published: October 12, 1999

See also
 
ABA Spreadsheet Convert
Viewer for TNEF-files (winmail.dat)
Fast Document Viewer
Paradox to MS Access converter
Protected Storage Viewer
DBISAM Password Recovery
SMImport suite
DBISAM Viewer
dBase Viewer
Paradox Password Recovery
 
 


Contact to webmaster

 

Borland Software Code Gear Scalabium Delphi tips

Copyright© 1998-2023, Scalabium Software. All rights reserved.
webmaster@scalabium.com

SMExport advertising