You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not currently possible. The API that the app uses behind the scenes doesn't support excluding search patterns. It could perhaps be added in the app itself, to filter down the paths returned from the API. I imagine it would likely be quite a bit slower, but still possible to do.
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?
The text was updated successfully, but these errors were encountered: