interface Deno.WriteFileOptionsOptions for writing to a file. Propertiesoptionalappend: booleanDefaults to false. If set to true, will append to a file instead of overwriting previous contents. optionalcreate: booleanSets the option to allow creating a new file, if one doesn't already exist at the specified path (defaults to true). optionalmode: numberPermissions always applied to file.