mkfolder

You can use the command option 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:
ocli model mkfolder|mf foldername
or
ocli model mkfolder|mf /existing folder/foldername
foldername

You must specify a valid folder name.

Examples

  1. Run the following command to create a folder test2:
    ocli model mkfolder test2
  2. Run the following command to create a folder test2 under the existing folder parent:
    ocli model mkfolder /parent/test2