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

Trigger if a file exists in the watch folder at startup #16

Open pmillsaps opened 2 years ago

pmillsaps commented 2 years ago

Enhancement Request if possible:

Trigger if a file exists in the watch folder at start. I browsed the code, but could not figure out a quick way to add this functionality.

TechieGuy12 commented 2 years ago

The application performs actions when a file/folder is changed as opposed to a file that already exists.

Woukd you like the same actionable items if a file already exists?