Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("This method overload has been deprecated and will be removed. Use Delete(string, string, Rebex.IO.TraversalMode, Rebex.IO.Compression.ArchiveSaveAction) method instead.", _ True)> _ Public Shared Function Delete ( _ zipFilePath As String, _ archivePathOrMask As String, _ mode As ArchiveTraversalMode, _ action As ArchiveSaveAction _ ) As ArchiveOperationResult |
C# |
---|
[ObsoleteAttribute("This method overload has been deprecated and will be removed. Use Delete(string, string, Rebex.IO.TraversalMode, Rebex.IO.Compression.ArchiveSaveAction) method instead.", true)] public static ArchiveOperationResult Delete( string zipFilePath, string archivePathOrMask, ArchiveTraversalMode mode, ArchiveSaveAction action ) |
Parameters
- zipFilePath
- Type: System..::..String
- archivePathOrMask
- Type: System..::..String
- action
- Type: Rebex.IO.Compression..::..ArchiveSaveAction