Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfisdisk()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfIsDisk()
Tests the availability of an hard disk
------------------------------------------------------------------------------
Syntax:

     dfIsDisk( <cStr> ) --> lExist

Parameters:

     <cStr>     Disk drive.

Returns:

     <lExist> Is .T. if the disk is available.

Description:

     Tests the availability of an hard disk N.B. If the disk drive is
     higher than Z, .F. will be returned anyway

Example:

     IF dfIsDisk( "C" )
        // ...
     ENDIF

See also:

     dfExeName()

See Also: dfExeName()

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