Open
Description
Thanks for this great package! I have previously used powershell (FileSystemWatcher
), however this package works much easier. The powershell solution I used before did however have the option to perform different actions based on the type of change. For instance a different function can be called in case a file is changed, created, deleted or renamed.
I was wondering if something similar could be achieved with this package as well? I can find out what happened manually, based on the name of the file. But would be nice if there is a more elegant solution.