IFileInfo.PhysicalPath Property

 

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

Namespace:   Microsoft.Owin.FileSystems
Assembly:  Microsoft.Owin.FileSystems (in Microsoft.Owin.FileSystems.dll)

Syntax

string PhysicalPath { get; }
property String^ PhysicalPath {
    String^ get();
}
abstract PhysicalPath : string with get
ReadOnly Property PhysicalPath As String

Property Value

Type: System.String

Returns String.

See Also

IFileInfo Interface
Microsoft.Owin.FileSystems Namespace

Return to top