The path to the file.
The data to be written to the file. It can be a string or a Buffer.
Optional
writeFileOptions: WriteFileOptionsThe options for writing the file (optional).
Optional
zLibOptions: ZlibOptionsThe options for compressing the data using zlib (optional).
Writes the given data to a file in GZip format synchronously.