Reputation: 8704
Skype has a nice custom folder icon for the Skype folder in C:\Program Files.
How do you do register a custom icon for a specific windows (XP and up) folder?
Upvotes: 2
Views: 3859
Reputation: 99535
There is no separate API to customize folders. But you could use WritePrivateProfileString
and GetPrivateProfileString
functions to manage desktop.ini
file.
Upvotes: 1
Reputation: 1919
Take a look at Skype's desktop.ini. It's a hidden file, you might have to enable Show hidden files to see it.
Upvotes: 3