Quote:
Originally Posted by frostschutz
(not tested)
\\.(?!kobo(?!/vlasovsoft)|adobe).*?
|
I tried this but it didn't work. I made a folder called test and I added this to the config file:
Code:
\\.(?!kobo(?!/test)|adobe).*?
Can some one help me understand this regex? I tried put this in some regex editors, but it won't recognize it. Specifically, the \\ in the beginning.
I want to hide two folders, /test and /test2. I also wanted to hide the icons in root such as vlasovsoft.png, kfmon.png, and koreader.png (if hiding it does not interfere with koreader and kfmon).
Thank you!