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