| [Overview][Constants][Types][Procedures and functions][Variables][Index] | 
Describes the search strategy used by FSearch
Source position: unix.pp line 120
type TFSearchOption = (  | 
||
NoCurrentDirectory,  | 
  | 
Do not search the current directory unless it is specified in the search path.  | 
CurrentDirectoryFirst,  | 
  | 
Search the current directory first, before all directories in the search path.  | 
CurrentDirectoryLast  | 
  | 
Search the current directory last, after all directories in the search path  | 
);  | 
  | 
Search for file in search path.  |