IFileInfo.PhysicalPath Property

Gets the physical path corresponding to the file.

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

Syntax

'Declaration
ReadOnly Property PhysicalPath As String 
    Get
'Usage
Dim instance As IFileInfo 
Dim value As String 

value = instance.PhysicalPath
string PhysicalPath { get; }
property String^ PhysicalPath {
    String^ get ();
}
abstract PhysicalPath : string
function get PhysicalPath () : String

Property Value

Type: System.String
The physical path corresponding to the file.

See Also

Reference

IFileInfo Interface

Microsoft.Owin.FileSystems Namespace