CT_DISKCHANGE

 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()

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.