[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Options for the FileSearch call.
Source position: filutilh.inc line 168
type TFileSearchOption = ( |
||
sfoImplicitCurrentDir, |
|
Always search the current directory first, even if it is not specified. |
sfoStripQuotes |
|
Strip quotes from the components in the search path. |
); |
TFileSearchOption enumerates the options that can be used in the FileSearch call to control the behaviour of the search mechanism
|
Set of TFileSearchOption |
|
|
Search for a file in a path. |