Quote:
Originally Posted by Tattvadarzin
If the text after the = is not preceded by \ or even .\ does the OS assume the top level? I.e. are Library, \Library, .\Library treated as the top level directory called Library?
|
Yep, this is actually sandwitched between a
^/mnt/onboard/ and a
$ (or something to that effect), so, no need for a leading path separator. (And if you mistakenly duplicate it, I'm fairly sure Qt will optimize it away).
Quote:
Originally Posted by Tattvadarzin
Is the exclusion a full path exclusion or are subdirectories automatically excluded? I.e. does excluding \MyFolder exclude files in MyFolder and recursively files in its subdirectories?
|
IIRC, an excluded path won't be traversed, effectively blacklisting everything under it. (I may have a post with more details on that specific point in the threads @geek1011 mentioned. And/or in the commit message of the latest regex update in KFMon's OCP scripts).