I'm trying to get the system icon for specified folder path. I used the code from https://stackoverflow.com/a/23666202/2770274 and it partially works.
The problem is that when I run the application on Windows 10, I still get Windows 8 like icons:
Left - icon I get / Right - icon I would like to get
How can I get the actual folder icon for Windows 10 in C# code?