System.SysUtils.TSymLinkRec.Size

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Size: Int64;

C++

__int64 Size;

Properties

Type Visibility Source Unit Parent
field public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TSymLinkRec

Description

Size represents the file size, in bytes.

The Size field stores the size of the file pointed by symlink. The size value is in bytes.

See Also