Hello. I saw that color filters are working with paths but I couldn't make it work. What I need to achieve is setting a color filter for files inside a specific folder. I would appreciate it if you could give an example of usage. Tried with values: None of them seem to work.
Edit: Just made it work using: Problem was lack of \ escape character.
I got another question, is it possible to set filter to files inside folder recursively? I also need filters applied to all other folders inside C:\somefolder\
Edit 2: Solved this too, added two * (wildcard) instead of one to the end of the path.
Thank you.
color_filters="C:\somefolder\"
color_filters="*\somefolder\*"
color_filters="*path:somefolder*"
Edit: Just made it work using:
color_filters="C:\\somefolder\\*"
I got another question, is it possible to set filter to files inside folder recursively? I also need filters applied to all other folders inside C:\somefolder\
Edit 2: Solved this too, added two * (wildcard) instead of one to the end of the path.
Thank you.
Statistics: Posted by Wolfenk — Sat Jun 01, 2024 2:59 pm