ArchiveCreatorCreateArchive Method (FileInfo, Boolean, 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 public bool CreateArchive(
FileInfo archive,
bool compressed = false,
string description = null,
string identifier = null
)
Parameters
- archive
- Type: System.IOFileInfo
- compressed (Optional)
- Type: SystemBoolean
- description (Optional)
- Type: SystemString
- identifier (Optional)
- Type: SystemString
Return Value
Type:
BooleanSee Also