mkdirSync
Method: fs.mkdirSync
Create a directory, synchronously, specified by the provided path.
Return
The path to the directory created, or null
if an error occurred.
Parameters
path
The path to the directory to create.
Method: fs.mkdirSync
Create a directory, synchronously, specified by the provided path.
Return
The path to the directory created, or null
if an error occurred.
Parameters
path
The path to the directory to create.
options
The options to use for the directory create operation.