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
'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
Returns String.