Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This command creates a file system directory.
createdir [filesys path]
Parameters
- filesys path
Specifies the full pathname of the directory to create.
Remarks
You can create an entire directory hierarchy with a single command. All directories along the path are created in sequence.
The createdir command will not fail if the requested directory already exists.
The following code example creates a new directory called Sample:
createdir \volume\bar\Sample
See Also
Send Feedback on this topic to the authors