Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

tbelbek/FileWatcherEx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileWatcherEx for Windows

A wrapper of C# FileSystemWatcher for Windows, used in ImageGlass project.

This project is based on the VSCode FileWatcher: https://github.com/Microsoft/vscode-filewatcher-windows

Build status

Features

  • Standardize the events of C# FileSystemWatcher
  • No false change notifications when a file system item is created, deleted, changed or renamed.

Installation

Run the command

Install-Package FileWatcherEx

License

MIT

About

The file watcher on Windows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.7%
  • Batchfile 0.3%