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

TFileIterator.FileName

The qualified file name for the current file entry.

Declaration

Source position: fileutil.pas line 115

public property TFileIterator.FileName : string
  read GetFileName;

Description

FileName is a read-only String property which contains the qualified file name for the current file entry. FileName includes the value in Path as a prefix and the file name indicated in FileInfo.

See also

TFileIterator.Path

  

Contains the path to the current file or directory in the iterator.

TFileIterator.FileInfo

  

Contains file information for the current entry in the iterator.


Version 4.0 Generated 2025-05-03 Home