ArchiverAdd Method

Overload List

Add(IEnumerableString, String) Appends the source file or directory into the specified compressed archive using the default compression parameters.
Add(String, String) Appends the source file or directory into the specified compressed archive using the default compression parameters.
Add(IEnumerableString, String, String) Appends the source file or directory into the specified compressed archive, with a password, using the default compression parameters.
Add(String, String, String) Appends the source file or directory into the specified compressed archive, with a password, using the default compression parameters.
Add(IEnumerableString, String, CompressionMethod, CompressionLevel) Appends the source file or directory into the specified compressed archive using the specified compression parameters.
Add(String, String, CompressionMethod, CompressionLevel) Appends the source file or directory into the specified compressed archive using the specified compression parameters.
Add(IEnumerableString, String, String, CompressionMethod, CompressionLevel) Appends the source file or directory into the specified compressed archive, with a password, using the specified compression parameters.
Add(String, String, String, CompressionMethod, CompressionLevel) Appends the source file or directory into the specified compressed archive, with a password, using the specified compression parameters.

See Also