A utility function to decompresses a zstd file to disk.
Usage
zstd_decompress_file(input_file, output_file)
Arguments
- input_file
Path to the zstd file.
- output_file
Path for the decompressed file.
Value
No value is returned. The file is written to disk.