Click or drag to resize

ArchiveCreatorCreateArchive Method (FileInfo, CompressionOption, String, String)

Creates an .zip archive with all choosen files to the specified path.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public bool CreateArchive(
	FileInfo archive,
	CompressionOption compression,
	string description = null,
	string identifier = null
)

Parameters

archive
Type: System.IOFileInfo
compression
Type: System.IO.PackagingCompressionOption
description (Optional)
Type: SystemString
identifier (Optional)
Type: SystemString

Return Value

Type: Boolean
See Also