| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Set of TFileSearchOption
Source position: filutilh.inc line 121
| type TFileSearchOptions = set of ( | ||
| sfoImplicitCurrentDir, | 
 | Always search the current directory first, even if it is not specified. | 
| sfoStripQuotes | 
 | Strip quotes from the components in the search path. | 
| ); | 
TFileSearchOptions is a set of TFileSearchOption values, used in the FileSearch call when searching for files.
| 
 | Options for the FileSearch call. | |
| 
 | Search for a file in a path. |