Skip to main content

create

property Deno.OpenOptions.create

Sets the option to allow creating a new file, if one doesn't already exist at the specified path. Requires write or append access to be used.

boolean
Back to top