pub fn mkdir_sync(path: &str, options: Object) -> Result<(), JsValue>
Synchronously creates the directory at path, honouring the supplied options (e.g. recursive, mode).
path
recursive
mode