Skip to main content

mkdir_sync

Function mkdir_sync 

Source
pub fn mkdir_sync(path: &str, options: Object) -> Result<(), JsValue>
Expand description

Synchronously creates the directory at path, honouring the supplied options (e.g. recursive, mode).