I am working on a project l. I need to get file icon path to use with another function.
The function requires a string as it's parameter and I am getting System.Drawing.Icon
I got icon from:
Icon.ExtractAssociatedIcon()
I thought of saving the icon as bitmap somewhere in the drive.
Is there any other way of doing this?
Any answers appreciated.