GithubHelp home page GithubHelp logo

ctguxp / filesystemwatcher Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sanastasiou/filesystemwatcher

0.0 1.0 0.0 2.28 MB

A CLI wrapper for a C++ FileSystemWatcher.

License: Other

C++ 98.56% C 0.06% C# 1.38%

filesystemwatcher's Introduction

FileSystemWatcher

A CLI wrapper for a C FileSystemWrapper to use in windows, base on the excellent article by Jim Beveridge

http://qualapps.blogspot.de/2010/05/understanding-readdirectorychangesw.html

The "default" FileSystemWatcher implementation in .NET has problems:

https://connect.microsoft.com/VisualStudio/feedback/details/687372/unhandled-exception-in-filesystemwatcher-suspect-caused-by-filename-in-japanese-locale

https://connect.microsoft.com/VisualStudio/feedback/details/832560/filesystemwatcher-listener-raising-an-unhandled-exception

https://social.msdn.microsoft.com/Forums/vstudio/en-US/4465cafb-f4ed-434f-89d8-c85ced6ffaa8/filesystemwatcher-reliability

https://connect.microsoft.com/VisualStudio/feedback/details/780775/filesystemwatcher-overlapped-listener-raising-an-exception-on-malformed-notifications

And probably others. I noticed the bugs during the implementation of a plugin. My plugin was crashing when a lot of files were removed/added.

This project , relies on a pure C/C++ implementation of a file system watcher and is more robust. On top of it is a CLI wrapper which exposes the same events as the original class. So one could seamlessly use this wrapper instead of the standard .net class.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.