ECLDecompressHugeFile
Decompresses and/or decrypts compressed and/or encrypted huge files (> 2Gb).
Unit
EasyCompression
procedure ECLDecompressHugeFile(SourceFile, DestFile: String; Password: String = ''; OnProgress: TECLProgressEvent = nil);
Description
Call ECLDecompressHugeFile to decompress huge file. This function works even under Delphi and C++ Builder 4,5. If errors occurs ECLDeompressHugeFile raises an exception. ECLDecompressHugeFile works only with files compressed or encrypted by ECLCompressHugeFile.
SourceFile parameter specifies a compresed or encrypted file to decompress.
DestFile parameter specifies a decompressed file name.
Password is a password to decrypt file.
OnProgress is a progress event handler.
|