IFileInfo.PhysicalPath Property

Definition

The path to the file, including the file name. Return null if the file is not directly accessible.

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

Property Value

Applies to