Function FloppyType() Foundation
Determines the type of a floppy drive.
FloppyType( [<cDrive>] ; // Default: CurDrive()
) --> nFloppyType
Returns a numeric value which corresponds to a #define constant found in XBTDISK.CH
Constant | Description |
---|---|
FLOPPY_NONE | Drive is not a floppy drive |
FLOPPY_360k | 360 KB floppy |
FLOPPY_760k | 760 KB floppy |
FLOPPY_1200k | 1.2 MB floppy |
FLOPPY_1440k | 1.44 MB floppy |
FLOPPY_2880k | 2.88 MB floppy |
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.