ArchiveCreatorCreateArchive Method (String, 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(
string archiveFullPath,
bool compressed = false,
string description = null,
string identifier = null
)
Parameters
- archiveFullPath
- Type: SystemString
- compressed (Optional)
- Type: SystemBoolean
- description (Optional)
- Type: SystemString
- identifier (Optional)
- Type: SystemString
Return Value
Type:
BooleanSee Also