os.Path.mkDir

Creates a new directory.

Syntax

os.Path.mkDir(
   dname STRING)
  RETURNING result INTEGER
  1. dname is the name of the directory to create.

Usage

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