mkdir
mkdir(
this,path,mode?,cb?):void
Defined in: src/node/async.ts:434
Asynchronous mkdir.
Parameters
Section titled “Parameters”unknown
PathLike
Mode
defaults to 0777
Callback = nop
Returns
Section titled “Returns”void
mkdir(
this,path,mode?,cb?):void
Defined in: src/node/async.ts:434
Asynchronous mkdir.
unknown
PathLike
Mode
defaults to 0777
Callback = nop
void