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, Rebex.IO.TraversalMode, Rebex.IO.Compression.ArchiveSaveAction) method instead.",  _
	True)> _
Public Function Delete ( _
	archivePathOrMask As String, _
	action As ArchiveSaveAction _
) As ArchiveOperationResult
C#
[ObsoleteAttribute("This method overload has been deprecated and will be removed. Use Delete(string, Rebex.IO.TraversalMode, Rebex.IO.Compression.ArchiveSaveAction) method instead.", 
	true)]
public ArchiveOperationResult Delete(
	string archivePathOrMask,
	ArchiveSaveAction action
)

Parameters

archivePathOrMask
Type: System..::..String
action
Type: Rebex.IO.Compression..::..ArchiveSaveAction

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also