Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 993 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 993 Bytes

FileSystemWatcher

Simplification of the .NET FileSystemWatcher class

Description

This project intends to simplify the usage of the FileSystemWatcher class provided by the .NET framework.

Intended features

  • Automatically differentiate between files and directories
  • Expose more details about the file/directory being watched
    • Provide the name of the file/directory being watched
    • Support MIME types for files
    • Merge multiple subsequent changes of the same type into one event
    • Provide additional information within the event arguments

Requirements

  • This project is built upon the .NET Standard 2.0, which is the first version of the API to inclue the FileSystemWatcher class.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.