ICI Modules: sys: mkdir


Modules by name : by type

Synopsis

sys.mkdir(string [, int])

Description

Create the named directory. If the second argument is given it specified the access permissions for the created directory and if not passed default to 0777 (which are filtered through the process umask value).