xHarbour Reference Documentation > Function Reference |
Determines the type of a floppy drive.
FloppyType( [<cDrive>] ) --> nFloppyType
The function returns a numeric value indicating the floppy drive type. The following values are possible:
Return values of FloppyType()
Value | Description |
---|---|
0 | Drive is not a floppy drive |
1 | Drive is a 360 KB floppy |
2 | Drive is a 720 KB floppy |
3 | Drive is a 1.2 MB floppy |
4 | Drive is a 1.44 MB floppy |
See also: | DriveType() |
Category: | CT:DiskUtil , Disks and Drives |
Source: | ct\diskutil.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com