Ionic Zip Library v1.9.1.6
FileSelector Constructor (selectionCriteria)
Reference ► Ionic ► FileSelector ► FileSelector(String)
Constructor that allows the caller to specify file selection criteria.
Declaration Syntax
Parameters
- selectionCriteria (String)
- The criteria for file selection.
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.
By default the FileSelector will traverse NTFS Reparse Points. To change this, use FileSelector(String, bool).