FileSelector Constructor (selectionCriteria, traverseDirectoryReparsePoints)

DotNetZip

Ionic Zip Library v1.9.1.6 FileSelector Constructor (selectionCriteria, traverseDirectoryReparsePoints)
ReferenceIonicFileSelectorFileSelector(String, Boolean)
Constructor that allows the caller to specify file selection criteria.
Declaration Syntax
C# Visual Basic Visual C++
public FileSelector(
	string selectionCriteria,
	bool traverseDirectoryReparsePoints
)
Public Sub New ( _
	selectionCriteria As String, _
	traverseDirectoryReparsePoints As Boolean _
)
public:
FileSelector(
	String^ selectionCriteria, 
	bool traverseDirectoryReparsePoints
)
Parameters
selectionCriteria (String)
The criteria for file selection.
traverseDirectoryReparsePoints (Boolean)
whether to traverse NTFS reparse points (junctions).
Remarks

This constructor allows the caller to specify a set of criteria for selection of files.

See SelectionCriteria for a description of the syntax of the selectionCriteria string.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)