CreateFileOptions

Properties

Link copied to clipboard
abstract val contents: JsAny?

The initial contents of the new file.

Link copied to clipboard
abstract val ignoreIfExists: Boolean?

Do nothing if a file with uri exists already.

Link copied to clipboard
abstract val overwrite: Boolean?

Overwrite existing file. Overwrite wins over ignoreIfExists