mkfolder
You can use the mkfolder command to create new folders.
Overview
You can create new folders by using the new command also. However, you can create new folders with the mkfolder command and if needed, as sub-folders under existing folders also. You must have add access to perform the action.
Syntax and command line options
You must provide a valid name for the folder, before you run the command. You can create the
command as described
below:
foldernameocli model mkfolder|mf foldername
or
ocli model mkfolder|mf /existing folder/foldername
You must specify a valid folder name.
Examples
- Run the following command to create a folder
test2
:ocli model mkfolder test2
- Run the following command to create a folder
test2
under the existing folderparent
:ocli model mkfolder /parent/test2