[resolved] Watch file-system changes
Hello everone,
I need to write a program that watches the file-system for changes.
It should display messages telling me the following:
- You created a new file/folder named "%1"
- You renamed the file/folder "%1" to "%2"
- You deleted the file/folder named "%1"
If possible it should also tell me whenever I changed a file's contents, but that's not so important.
How would I achieve that?
Thanks for suggestions,
Fox
Re: Watch file-system changes
Nevermind this.
I found a working example for WindowsNT/XP and above.