Options for writing a file. Extends Node.js's fs.WriteFileOptions.
fs.WriteFileOptions
Optional
The file mode (permissions). Default is 0o755.
0o755
Ownership information for the file.
The group name of the owner.
The username of the owner.
Options for writing a file. Extends Node.js's
fs.WriteFileOptions
.