
Reading Drive Settings (BIOS or Drive List Box)
Quote:
> Part of my program has a window much resembling a file-manager. I would
> like to include a drive bar at the top like Microsoft File Manager
> (WINFILE.EXE). I would need to know if a drive exist, and if so, it's
> letter and type of drive (HD, FLOPPY, REMOTE, NET, CD, OPTICAL, ETC.).
> ...
The VBIT DLL contains a simplified routine call for this:
type$ = SysInfo(DISK_TYPE+driveNumber%)
returning "REMOVABLE", "FIXED", "REMOTE"
There are also several other routines returning detailed information
about disks and files. This package can be found at:
http://www.vestnett.no/~idb/
ftp://ftp.vestnett.no/pub/pro/idb/