bas7qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Finding and Traversing
  Programming Tasks                            Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
Statements and Functions Used for Finding and Traversing the Directory Tree
 
                          Statement or
Task                      function           Action
═══════════════════════   ════════════════   ═════════════════════════════
Creating a directory      MKDIR              Creates a new directory.
 
Changing a directory      CHDIR              Changes the current default
or drive                                     directory for specified drive.
 
                          CHDRIVE            Changes current drive.
 
Removing a directory      RMDIR              Removes existing directory.
 
Checking the path for     CURDIR$            Returns the path currently in use
the current directory                        for the specified drive.
 
Matching a filename       DIR$               Returns a filename that
with a file                                  matches the specified pattern.
specification