View Single Post
Old 08-06-2021, 06:41 PM   #4
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Quote:
Originally Posted by Tattvadarzin View Post
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 View Post
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).

Last edited by NiLuJe; 08-07-2021 at 11:00 AM.
NiLuJe is offline   Reply With Quote