TechieGuy12 / FileWatcher

A file and folder monitor that can send notifications, perform actions, or execute a command when a file or folder is changed.
MIT License
106 stars 27 forks source link

Removed requirement for write access to the configuration file #39

Closed ksmith3036 closed 1 year ago

ksmith3036 commented 1 year ago

The program opened the configuration file for both read and write access, while only read access is needed, and in some scenarios, the program will only have read access, and will fail.