# fs.mkdir.options

options for mkdir and mkdirSync methods

Availability
8.3.0
8.3.0
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# mode

Availability
8.3.0
8.3.0
9.2.0
mode :String | Number

Not supported on Windows.

Default: 0o777


# recursive

Availability
8.3.0
8.3.0
9.2.0
recursive :Boolean

Whether to recursively create the directories.

Default: false