Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>diskchange()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DISKCHANGE()
 Changes the current disk drive
------------------------------------------------------------------------------
 Syntax

     DISKCHANGE(<cDrive>) --> lChanged

 Argument

     <cDrive>  Designates which disk drive that you want to use.

 Returns

     DISKCHANGE() returns .T., when the designated disk drive is successfully
     changed.

 Description

     DISKCHANGE() allows you to change from the current disk drive to
     another.  To do this, call DISKCHANGE() with the disk drive identifier
     (A,B,C, etc.).  The drive identifier can be specified with a colon (:).

 Example

     Change to drive C:

     ? DISKCHANGE("C")         // Returns .T. when successful


See Also: DISKNAME() DIRCHANGE()

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