uce/doc/pages/mkdir.txt

13 lines
198 B
Plaintext

:sig
bool mkdir(String path)
:params
path : the path name to be created
return value : returns true if the directory was successfully created
:desc
Creates a directory stated by 'path'
:see
>sys