Symlink information.
Source position: filutilh.inc line 145
type TSymLinkRec = TRawbyteSymLinkRec; |
TSymLinkRec contains information about the target of a symlink. Its actual type depends on the OS file API: it is either TRawbyteSymLinkRec or TUnicodeSymLinkRec. Both types are used in the FileGetSymLinkTarget call.
|
Symlink information for OSes with single-byte filesystem API. |
|
|
Symlink information for OSes with double-byte (widechar) filesystem API. |
|
|
Get the target filename and size of a symlink. |