|
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.306-beta+82aa204adb806e6cc8bead4a5ccda6bfcec633d7
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