Internal function to uncompress a file
Usage
.Uncompress(source_file, destination_file)
Arguments
- source_file
Compressed file path.
- destination_file
Destination path for the uncompressed file.
Value
Returns TRUE if the destination file exists after decompression.