Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Svish/geekality.io.filewatcher

Repository files navigation

Introduction

The FileSystemWatcher class can only watch a single directory and its filter can only match a single file or a file pattern. I needed to watch multiple files across directories so I wrote this simple wrapper to manage this for me. It uses one FileSystemWatcher per directory and it updates itself when files are renamed or deleted.

License

This work is licensed under the Creative Commons Attribution 3.0 Unported License. To view a copy of this license, visit Creative Commons Attribution 3.0 Unported License.

Creative Commons License

About

A simple wrapper around FileSystemWatcher to watch multiple single files across directories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published