FileSystemInfo.LinkTarget 屬性

定義

取得位於 中 FullName 之連結的目標路徑,如果這個 FileSystemInfo 實例不代表連結,則 null 為 。

public:
 property System::String ^ LinkTarget { System::String ^ get(); };
public string? LinkTarget { get; }
member this.LinkTarget : string
Public ReadOnly Property LinkTarget As String

屬性值

String

位於 之 FullName 連結的目標路徑,如果這個 FileSystemInfo 實例不代表連結,則 null 為 。

備註

符號連結和連接點是此 API 可解析的連結類型。

適用於

另請參閱