Skip to main content
A newer version of this page is available. .

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