Namespace Acuit.Pinpoint.FileProviders.Physical
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.
Enums
- ExclusionFilters
Specifies filtering behavior for files or directories.