Symlink information for OSes with double-byte (widechar) filesystem API
Source position: filutilh.inc line 100
type TUnicodeSymLinkRec = record |
||
public |
||
TargetName: UnicodeString; |
|
Target file filename in double-byte string |
Attr: LongInt; |
|
Target file attributes |
Size: Int64; |
|
Target file size |
Mode: TMode; |
||
property TimeStamp: Double; [r] |
|
Target file timestamp |
|
||
end; |
TUnicodeSymLinkRec 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 single-byte filesystem API |
|
|
Get the target filename and size of a symlink |