Icon for Custom File Types

Hi All,

My applicaiton exports value tree data to a file with a custom file type. Is there a means in JUCE (or otherwise) of having the OS assosiate this file type with an icon image that I supply?

Thanks!

There's a helper function in WindowsRegistry, but there's no cross-platform utility for it because they're all quite different. On OSX you have to set it up in the plist - the Introjucer does that for you.