Interface IMakeDirectoryOptions

interface IMakeDirectoryOptions {
    checkExists?: boolean;
    mode?: Mode;
    noException?: boolean;
    noExceptionOutput?: boolean;
    recursive: true;
}

Hierarchy

  • MakeDirectoryOptions
    • IMakeDirectoryOptions

Properties

checkExists?: boolean
mode?: Mode

A file mode. If a string is passed, it is parsed as an octal integer. If not specified

Default

0o777
noException?: boolean
noExceptionOutput?: boolean
recursive: true

Generated using TypeDoc