Is it possible to start a script every time a folder tree is modified.
E.g.:
root
dir1
file1
dir2
file1
file2
root would be listened and if, for example, file2 is modified or a new file is added wherever in the directory tree, a script is started.
A subquestion would be : are scheduled tasks triggered by events queued ?
Thanks for your help!