IFileInfo.PhysicalPath プロパティ

定義

ファイルのパス (ファイル名を含む)。 ファイルに直接アクセスできない場合は null が返されます。

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

プロパティ値

適用対象