No arguments other than a possible exception are given to the completion callback.
Asynchronous mkdir - creates the directory specified in {path}. Parameter {mode} defaults to 0777.
No arguments other than a possible exception are given to the completion callback.
Asynchronous mkdtemp - Creates a unique temporary directory. Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
Asynchronous rmdir - removes the directory specified in {path}
No arguments other than a possible exception are given to the completion callback.
Asynchronous unlink - deletes the file specified in {path}
No arguments other than a possible exception are given to the completion callback.
Generated using TypeDoc
Asynchronous mkdir - creates the directory specified in {path}. Parameter {mode} defaults to 0777.