Question about folder thumbnail icon

Is this graphic a native Windows resource or is it coming from Dopus? I'm looking to switch it out

Thanks a lot.

That's drawn by Opus, using vectors so you can't replace it with anything else unfortunately.

If Preferences / File Display Modes / Thumbnails / Generate folder thumbnails via the shell (provides 3D folder thumbs) is turned on the Windows will draw the folder thumbnails instead, and they'll look like they do in Explorer.

thanks for the info. I know about the Windows shell style thumbnail folders.

Now, I have a color filter so the actual folders are given a blue tint like I want to, but shortcuts to folders aren't treated as folders.

is it possible to have a color label for shortcuts to folders? Or is the finest granularity available to apply the label to LNK files (which will naturally put a tint on all shortcuts and not just folder shortcuts)?

You could use this. It's not perfect but probably covers all normal situations.

It matches shortcuts which point to things without extensions.

So if a folder has a . in it then it won't match a shortcut pointing to it, and similarly if a file has no extension then it will match a shortcut pointing to it, but those are rare cases.

The regexp string is ^.*\[^.]+$


Thanks a lot.

Not working tho :frowning:

Nevermind, it works. Used wildcard filter instead of label filter!