Table: rom.lz4
Functions (1)
decompress_folder(folder_path_with_lz4_compressed_files, output_folder_path)
- Parameters:
folder_path_with_lz4_compressed_files
(string): Path to folder containing lz4 compressed files.output_folder_path
(string): Path to the folder where decompressed files will be placed.
Example Usage:
rom.lz4.decompress_folder(folder_path_with_lz4_compressed_files, output_folder_path)