Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TSymLinkRec

Symlink information.

Declaration

Source position: filutilh.inc line 145

type TSymLinkRec = TRawbyteSymLinkRec;

Description

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.

TargetName
#ShortDescr:
Size
#ShortDescr:
Attr
#ShortDescr:
Mode
#ShortDescr:
TimeStamp
#ShortDescr:

See also

TRawbyteSymLinkRec

  

Symlink information for OSes with single-byte filesystem API.

TUnicodeSymLinkRec

  

Symlink information for OSes with double-byte (widechar) filesystem API.

FileGetSymLinkTarget

  

Get the target filename and size of a symlink.


Documentation generated on: Jul 24 2023