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_isdisk() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_ISDISK()

 DESCRIPTION

 C_ISDISK() determines whether the specified drive is a valid drive
 on the current system.

 NOTES

 C_ISDISK() includes a ramdisk as a valid drive on the system.

 SYNTAX

 C_ISDISK(drive)

 PARAMETERS

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

 RETURNS

 C_ISDISK() returns true (.T.) if the specified drive is a valid
 drive, or false (.F.) if it is not.

 EXAMPLES

 && System has 4 drives: A, B, C, and D.

 c_isdisk("A")  --> .T.
 c_isdisk("C")  --> .T.
 c_isdisk("Z")  --> .F.


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

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