Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DirectoryCreateOption

Hierarchy

  • DirectoryCreateOption

Index

Properties

Properties

Optional mode

mode: number | string

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

default

0o777

Optional recursive

recursive: undefined | false | true

Indicates whether parent folders should be created. If a folder was created, the path to the first created folder will be returned.

default

false

Generated using TypeDoc