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>dfdiskready()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfDiskReady()
Checks if there is a drive ready
------------------------------------------------------------------------------
Syntax:

     dfDiskReady( <cDrive> ) --> lReady

Parameters:

     <cDrive>   Drive that must be checked

Returns:

     <lReady>     If .T. drive is ready for write

Description:

     Allows to knows if a disk is ready for write

Example:

     #include "dfFloppy.ch"
     CLS
     @ 0,0 SAY "Insert a formatted disk in drive A"
     WHILE !dfDiskReady("A"); END
     ...
     ...

See also:

     dfDiskStatus()

See Also: dfDiskStatus()

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