Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_isremove() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_ISREMOVE()

 DESCRIPTION

 C_ISREMOVE() determines whether the specified drive is a non-fixed
 drive with removeable media such as a floppy drive.

 NOTES

 C_ISREMOVE() returns false (.F.) for a ramdisk.

 SYNTAX

 C_ISREMOVE(drive)

 PARAMETERS

 drive (C) is the drive letter to check for a removeable disk.  The
 drive letter must be specified as a character (A, B, C, etc.).

 RETURNS

 C_ISREMOVE() returns true (.T.) if the specified drive is a
 removeable drive, or false (.F.) if it is not removeable or does
 not exist.

 EXAMPLES

 && System has 2 floppy drives (A and B) and 1 fixed drive (C)

 c_isremove("A")  --> .T.
 c_isremove("B")  --> .T.
 c_isremove("C")  --> .F.


See Also: C_ISFIXED() C_ISDISK() C_DRIVESTR() C_DISKTYPE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson