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

Can I pass the trigger event somehow? #29

Open nickbe opened 1 year ago

nickbe commented 1 year ago

Basically the program I want to call would need to know the trigger of this event. Any way to pass that as a placeholder?

TechieGuy12 commented 1 year ago

I can look at making it a placeholder.

nickbe commented 1 year ago

That would be nice :) Any experience with a lot of events? What is the limit here?

TechieGuy12 commented 1 year ago

I am not sure of the limit. I tried to allow for a large limit of events by using a queue system. I have copied hundreds of files at one time without any issues. I have also deleted thousands of files.

I can say for certain, but if it does break for a large number of changes, let me know.