MakeDirectoryOptionsrecur

@native @JSType trait MakeDirectoryOptionsrecur extends StObject
Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var mode: UndefOr[Mode]

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

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

var recursive: UndefOr[Boolean] & `true`

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

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