[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'FileUtil' (#lazutils)

TFileSearcher.PathSeparator

Character used as a delimiter between directory paths.

Declaration

Source position: fileutil.pas line 148

public property TFileSearcher.PathSeparator : Char
  read FPathSeparator
  write FPathSeparator;

Description

PathSeparator is a Char property which contains the character used as a delimiter between directory paths in the search criteria. The default value for the property is ';' as assigned in the Create method.

PathSeparator is used in the Search method to fill an internal TStringList instance with the directory paths specified in the search criteria.

See also

TFileSearcher.MaskSeparator

  

Character used as a delimiter between file masks.

TFileSearcher.Search

  

Searches for files or directories in the specified path(s) using the specified options.

TFileSearcher.Create

  

Constructor for the class instance.


Version 3.2 Generated 2024-02-25 Home