Microsoft.Extensions.FileProviders.Physical Namespace

Classes

PhysicalDirectoryInfo

Represents a directory on a physical file system.

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.