Assume I want to run PLC over a large partition.
But all files which contain
.mp4
or
\tmp\
in their path or filename should be ignored.
How can I achieve this?
I miss an exclude option in search pattern entry field
Expected, usual syntax
-".mp4" -"\tmp\"
does not work
Can this be added?