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. |
|
ChDrive |
Modifies the default drive. |
|
CurDir |
Returns the current directory for a drive. |
|
MkDir |
Creates a directory. |
|
RmDir |
Removes a directory. |