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

TUnicodeSymLinkRec

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

Declaration

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;

Description

TUnicodeSymLinkRec contains information about the target of a symlink. It is used in FileGetSymLinkTarget to return information. The following fields are present:

TargetName
Target file filename in single-byte string
Size
Target file size
Attr
Target file attributes
Mode
#ShortDescr:TRawbyteSymLinkRec.Mode
TimeStamp
Target file timestamp

See also

TSymLinkRec

  

Symlink information

TRawbyteSymLinkRec

  

Symlink information for OSes with single-byte filesystem API

FileGetSymLinkTarget

  

Get the target filename and size of a symlink


Documentation generated on: Sep 29 2022