|
The MKDIR command (make directory) is used to create a new folder (or directory folder).
| 1 | Press F9 to access the action line. |
| 2 | Type mkdir followed by a space and then the path including the name of the new directory you want to create. For example, to create a new directory named "letters" in your nbwin directory in your c drive, type the following: |
mkdir c:\nbwin\letters
| 3 | Press F10 to implement the command. |
See also:
Creating a New Folder
Managing Files from Windows Explorer
Managing Files from Open File Dialog
|