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

DbgSFileAttr

Generates a debugger message with information about the specified file attributes.

Declaration

Source position: lazfileutils.pas line 143

function DbgSFileAttr(

  Attr: LongInt

):string;

Arguments

Attr

  

File attributes examined in the routine.

Function result

String with information about the file attributes.

Description

Attr contains the file attributes examined in the routine, with the following values displayed for the corresponding file attributes:

-1
Invalid
faDirectory
D
faArchive
A
faSysFile
S
faReadOnly
R
faHidden
H
faVolumeId
V
faSymLink
L

File attributes not found in Attrib are represented as '-' characters.


Version 3.2 Generated 2024-02-25 Home