Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TFileSearchOption

Options for the FileSearch call.

Declaration

Source position: filutilh.inc line 212

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.

);

Description

TFileSearchOption enumerates the options that can be used in the FileSearch call to control the behaviour of the search mechanism

See also

TFileSearchOptions

  

Set of TFileSearchOption.

FileSearch

  

Search for a file in a path.


Documentation generated on: Jul 24 2023