PhysicalFileSystem Constructor (String)
Creates a new instance of a PhysicalFileSystem at the given root directory.
Namespace: Microsoft.Owin.FileSystems
Assembly: Microsoft.Owin.FileSystems (in Microsoft.Owin.FileSystems.dll)
Syntax
public PhysicalFileSystem(
string root
)
public:
PhysicalFileSystem(
String^ root
)
new :
root:string -> PhysicalFileSystem
Public Sub New (
root As String
)
Parameters
root
Type: System.StringThe root directory
See Also
PhysicalFileSystem Class
Microsoft.Owin.FileSystems Namespace
Return to top