Symlink information for OSes with single-byte filesystem API.
Source position: filutilh.inc line 126
type TRawbyteSymLinkRec = record |
||
public |
||
TargetName: RawByteString; |
|
Target file filename in single-byte string. |
Size: Int64; |
|
Target file size. |
Attr: LongInt; |
|
Target file attributes. |
Mode: TMode; |
||
|
Target file timestamp. |
|
|
||
end; |
TSymLinkRec contains information about the target of a symlink. It is used in FileGetSymLinkTarget to return information. The following fields are present:
|
Symlink information. |
|
|
Symlink information for OSes with double-byte (widechar) filesystem API. |
|
|
Get the target filename and size of a symlink. |