System.SysUtils.TSymLinkRec.TargetName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TargetName: TFileName;

C++

TFileName TargetName;

Properties

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

Description

TargetName represents the file name.

The TargetName field stores the name of the file pointed by symlink.

See Also