Microsoft.Extensions.FileProviders.Physical Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
PhysicalDirectoryInfo |
Represents a directory on a physical filesystem |
PhysicalFileInfo |
Represents a file on a physical filesystem |
PhysicalFilesWatcher |
A file watcher that watches a physical filesystem for changes. Triggers events on IChangeToken when files are created, change, renamed, or deleted. |
PollingFileChangeToken |
A change token that polls for file system changes. This change token does not raise any change callbacks. Callers should watch for HasChanged to turn from false to true and dispose the token after this happens. |
PollingWildCardChangeToken |
A polling based IChangeToken for wildcard patterns. |
Enums
ExclusionFilters |
Specifies filtering behavior for files or directories. |