*mkdir
Description

Make (create) a directory

Syntax

*mkdir <directory>

Parameters

directory

Name of the directory to create. If this directory should be created in another directory, then this other directory should already exist.

Return values

0 Directory created successfully

1 Parameter error. No directory has been specified

2 Unable to create directory

3 Directory already exists