https://github.com/jmr85/filesystemwatchergui
The FileSystemWatcher Class monitors the file system and raises events whenever a specified Directory or file within a specified Directory changes. This class can watch for changes within the directory to include sub directories and can monitor directories on a local machine, a network drive, or a remote computer.
https://github.com/jmr85/filesystemwatchergui
csharp
Last synced: about 1 month ago
JSON representation
The FileSystemWatcher Class monitors the file system and raises events whenever a specified Directory or file within a specified Directory changes. This class can watch for changes within the directory to include sub directories and can monitor directories on a local machine, a network drive, or a remote computer.
- Host: GitHub
- URL: https://github.com/jmr85/filesystemwatchergui
- Owner: jmr85
- License: apache-2.0
- Created: 2018-06-06T04:47:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T17:06:02.000Z (almost 7 years ago)
- Last Synced: 2025-03-05T17:39:16.621Z (over 1 year ago)
- Topics: csharp
- Language: C#
- Size: 278 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FileSystemWatcherGUI
The FileSystemWatcher Class monitors the file system and raises events whenever a specified Directory or file within a specified Directory changes. This class can watch for changes within the directory to include sub directories and can monitor directories on a local machine, a network drive, or a remote computer.
For example, each time a new file has been created, the event triggers a popup with the description of the file and the date.

