Share via


PhysicalFileSystem Constructor

Initializes a new instance of the PhysicalFileSystem class.

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

Syntax

'Declaration
Public Sub New ( _
    root As String _
)
'Usage
Dim root As String 

Dim instance As New PhysicalFileSystem(root)
public PhysicalFileSystem(
    string root
)
public:
PhysicalFileSystem(
    String^ root
)
new : 
        root:string -> PhysicalFileSystem
public function PhysicalFileSystem(
    root : String
)

Parameters

See Also

Reference

PhysicalFileSystem Class

Microsoft.Owin.FileSystems Namespace