Enumerated type representing actions performed for an unresolved file name.
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. |
); |
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.
|
Gets the physical file name for a symbolic link on the local file system. |
| Version 4.4 | Generated 2025-11-08 | Home |