Deletes files and/or empty directories from the specified ZIP archive.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Shared Function Delete ( _ zipFilePath As String, _ archivePathOrMask As String, _ action As ArchiveSaveAction _ ) As ArchiveOperationResult |
C# |
---|
public static ArchiveOperationResult Delete( string zipFilePath, string archivePathOrMask, ArchiveSaveAction action ) |
Parameters
- zipFilePath
- Type: System..::..String
Path to a ZIP archive file.
- archivePathOrMask
- Type: System..::..String
Path (with or without a mask) to an archive item(s).
- action
- Type: Rebex.IO.Compression..::..ArchiveSaveAction
A save action.