PhysicalFileSystemProvider Constructors
Provides APIs to manage a physical file system.| Name | Parameters | Description |
|---|---|---|
| PhysicalFileSystemProvider(String, Action<FileSystemInfo, FileSystemItem>) | rootDirectoryPath, prepareFileSystemItemCallback | Initializes a new instance of the PhysicalFileSystemProvider class with specified settings. |
| PhysicalFileSystemProvider(String) | rootDirectoryPath | Initializes a new instance of the PhysicalFileSystemProvider class with specified settings. |
See Also