Folder and Drive Functions
PowerBASIC several functions which support the creation and navigation of folders, which can be categorized as follows.

You'll note that the functions use "dir" (directory) instead of the an abbreviation for folder. This simply reflects that the use of "directory" was in vogue when the PowerBASIC functions were first named.

Current Directory/Folder
When an application runs, Windows assigns the drive/directory of the EXE as the current folder and drive. PowerBASIC provides several functions to return or change both of these.

Directory and Drive Functions Listing
Here's a simple listing of the directory/drive functions above, with a one-line description of what the function does. Syntax and examples are given in the next section.

Directory and Drive Functions Reference
Here's a quick reference of the available array functions, in alphabetical order.

If you have any suggestions or corrections, please let me know.