Deno.OpenOptions.create - Deno documentation
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.

Type

boolean