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

屬性值

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

備註

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

適用於

另請參閱