|
FileCompressorCompress(String, String, CompressionStrength, ActionProcessProgressInt64) Method
|
Compress a file using specified compression strength (not PKZip compatible...)
Namespace: GSF.IO.CompressionAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax GSF.IO.Compression.FileCompressor.Compress = function(sourceFileName, destinationFileName, strength, progressHandler);
View SourceParameters
- sourceFileName String
- Source file name.
- destinationFileName String
- Destination file name.
- strength CompressionStrength
- Stength of compression to apply.
- progressHandler ActionProcessProgressInt64
- User function to call with compression progress updates.
See Also