Unit 'Unix' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

TFSearchOption

Describes the search strategy used by FSearch.

Declaration

Source position: unix.pp line 150

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.


Documentation generated on: Jul 24 2023