06-07-2026, 06:48 AM
1. QM bug - somehow file triggers don't work when the filename length is < 3.
2. QM triggers use the logic of the used Windows API. When a folder added, we have a notification for that folder only, not for files in it. Workaround: Let the script trigger include all files and folders; then enumerate files.
Function File_trigger_files_in_added_folder
Trigger $f 0xC07 "C:\Test"
2. QM triggers use the logic of the used Windows API. When a folder added, we have a notification for that folder only, not for files in it. Workaround: Let the script trigger include all files and folders; then enumerate files.
Function File_trigger_files_in_added_folder
Trigger $f 0xC07 "C:\Test"

