Go to the source code of this file.
Functions | |
int | utr_io_decompress_file (const char *Work_dir, const char *Filename, char *Decompressed_filename) |
This functions tries to find compressed file and decompress it, in given directory. | |
int | utr_io_compress_file (const char *Work_dir, const char *Filename) |
This functions tires to find given file and compress it, saving compressed file under the same name, but with ".zip" postfix (e.g. "field0.dmp" will become "field0.dmp.zip"). |