help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'Unix' (#rtl)

TFSearchOption

Describes the search strategy used by FSearch

Declaration

Source position: unix.pp line 137

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

);

See also

FSearch

  

Search for file in search path.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505