Thursday, March 8, 2018

File System Monitor



Long back, when I joined a new company as Lead developer, I was working on a complex enterprise application which had many COM servers and Windows Services running. There were multiple files that were getting created and modified by these components. As I had just made the beginning, I had no idea, who were creating/modifying the files and where they were getting created. So I had to come up with my own simple File system monitor.









If you look at the UI, it’s very Simple and self-explanatory.
Set the path to the directory, set the filters, select the events and check on Enable Monitor.
The events start getting generated below. Hope you find it usefull.

Code and Exe can be downloaded here:
https://sites.google.com/site/letuscodecrazy/home-1

Disclaimer: You are free to use this in as-is condition. The author will not be held liable for anything arising out of the code or the application.

No comments:

Post a Comment