CreateZipFile(FileInfo)
|
Creates a zip archive from the specified file,
using the source filename to create the zip file,
with Optimal compression level.
|
CreateZipFile(FileInfo, CompressionLevel)
|
Creates a zip archive from the specified file,
using the source filename to create the zip file,
with the specified compression level.
|
CreateZipFile(FileInfo, FileInfo)
|
Creates a zip archive from the specified file,
using the specified filepath to create the zip file,
with Optimal compression level.
|
CreateZipFile(FileInfo, String)
|
Creates a zip archive from the specified file,
using the specified filepath to create the zip file,
with Optimal compression level.
|
CreateZipFile(FileInfo, FileInfo, CompressionLevel)
|
Creates a zip archive from the specified file,
using the specified filepath to create the zip file,
with the specified compression level.
|
CreateZipFile(FileInfo, String, CompressionLevel)
|
Creates a zip archive from the specified file,
using the specified filepath to create the zip file,
with the specified compression level.
|