Creates a new directory.
os.Path.mkdir( dname STRING) RETURNING result INTEGER
The function returns TRUE if the directory has been successfully created, FALSE otherwise.