os.Path.mkDir

Creates a new directory.

Syntax

os.Path.mkDir(
   path STRING)
  RETURNS INTEGER
  1. path is the path of the directory to create.

Usage

The function returns TRUE if the directory has been successfully created, FALSE otherwise.