MkdirOptions

sealed external interface MkdirOptions : MakeDirectoryOptions(source)

Properties

Link copied to clipboard
abstract var mode: Mode?

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

Link copied to clipboard
abstract override var recursive: Boolean?

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