|
FileCompressorDecompress(String, String, ActionProcessProgressInt64) Method
|
Uncompress a file compressed with CompressFile given progress event handler (not PKZip compatible...)
Namespace: GSF.IO.CompressionAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.316-beta+461e40cb239c8ff1c2b7471a13bb1d1852a92e83
SyntaxGSF.IO.Compression.FileCompressor.Decompress = function(sourceFileName, destinationFileName, progressHandler);
View SourceParameters
- sourceFileName String
- Source file name.
- destinationFileName String
- Destination file name.
- progressHandler ActionProcessProgressInt64
- User function to call with decompression progress updates.
See Also