ZipFileAdd Method (String, CompressionMethod, Boolean) |
Namespace:
ICSharpCode.SharpZipLib.Zip
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public void Add(
string fileName,
CompressionMethod compressionMethod,
bool useUnicodeText
)
Parameters
- fileName
- Type: SystemString
- compressionMethod
- Type: ICSharpCode.SharpZipLib.ZipCompressionMethod
- useUnicodeText
- Type: SystemBoolean
See Also