Search |
The SearchOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessInterval | Set an interval for the last access time of files to be included in the result set. | |
| CreationInterval | Set an interval for the creation attribute of files to be included in the result set. | |
| FilesOnly | Set this to true if you want to only include files in your search. | |
| Filter | You can use a single pattern, e.g. '*.doc' or concatenate several patterns using semicolons to separate them, e.g. '*.exe;*.com'. | |
| FilterIgnoreCase | Per default this property is true, if the Filter property is set to a wildcard, the files are filtered case-insensitive. If this property is false, the files returned are case sensitive, e.g. setting Filter to "*.png" will not return any files with extensions like ".PNG". | |
| FilterList |
Get an array of the filter strings defined by setting the Filter property.
Obsolete | |
| FilterRegex | Set the FilterRegex property to match against a regular expression. This property is also set if the Filter property is modified. If null the filter matches against everything. | |
| IncludeHidden | If this is set to true, the search will include hidden files and folders | |
| LastWriteInterval | Set an interval for the last write access of files to be included in the result set. | |
| MaxFileSize | The maximum filesize for inclusion in the search result. | |
| MinFileSize | The minimum filesize for inclusion in the search result. | |
| RecursiveSearch | Set this to true if the folder shall be searched recursively. | |
| RegexPattern | Attribute to set the FilterRegex in property editor. |