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

Parameters

pathCollection
Type: Rebex.IO.Compression.Legacy..::..FileSet

Version Information

.NET Compact Framework

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

See Also