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

TPhysicalFilenameOnError

Enumerated type representing actions performed for an unresolved file name.

Declaration

Source position: lazfileutils.pas line 147

type TPhysicalFilenameOnError = (

  pfeException,

  

Causes an exception to be raised for the missing file name.

  pfeEmpty,

  

Causes the missing file name to be ignored.

  pfeOriginal

  

Causes the original (missing) file name to be retained.

);

Description

TPhysicalFilenameOnError is an enumerated type with values that indicate the action taken when an error is encountered when retrieving the physical file name for a symbolic link on the local file system.

TPhysicalFilenameOnError is the type used to represent the OnError argument passed to the GetPhysicalFilename function.

See also

GetPhysicalFilename

  

Gets the physical file name for a symbolic link on the local file system.


Version 3.2 Generated 2024-02-25 Home