Interface MkdirOptions

interface MkdirOptions {
    ensure?: boolean;
}

Properties

Properties

ensure?: boolean

Create if necessary, including intermediate directories