Skip to main content

createNew

property Deno.WriteFileOptions.createNew

If set to true, no file, directory, or symlink is allowed to exist at the target location. When createNew is set to true, create is ignored.

boolean
Back to top