Olivier Pirlet
Results
2
comments of
Olivier Pirlet
You would need two handlers. One for the green icon : ``` protected override bool CanShowOverlay(string path, FILE_ATTRIBUTE attributes) { FileInfo fiPath = new FileInfo(path); return (fiPath.Extension.Equals(".txt")); } protected override...
Thanks @KeithLRobertson, your workaround is still useful 8 years later ! For those interested, here is an icon file with visually different pictures that I usually use when checking which...