ZipNameTransform Constructor (Boolean, String)

SharpZip Compression Library

SharpZip Compression Library

ZipNameTransform Constructor (Boolean, String)

Initialize a new instance of ZipNameTransform

public ZipNameTransform(
   bool useRelativePaths,
   string trimPrefix
);

Parameters

useRelativePaths
If true relative paths are created, if false absolute paths are created.
trimPrefix
The string to trim from front of paths if found.

See Also

ZipNameTransform Class | ICSharpCode.SharpZipLib.Zip Namespace | ZipNameTransform Constructor Overload List