Disk and Directory Control Quick Reference

The following table lists methods that you can use to control disks and directories.

Statement Purpose Reference

ChDir

Modifies the default directory for a drive.

Change Directory Method

ChDrive

Modifies the default drive.

Change Drive Method

CurDir

Returns the current directory for a drive.

Get Current Directory Method

MkDir

Creates a directory.

Create Directory Method

RmDir

Removes a directory.

Remove Directory Method