I have many folders with custom icon ( any icon except default windows folder icon) I want to find path of icons associated to a folder directory.
For example I have a folder named "Documents" that has a custom icon in a different directory path. assume that I just have the folder directory path and I want to find the icon's path.
d:\...\customicon.ico (icon's path)
d:\...\Documents (folder's path)
below is signature of what I want.
string getIconPath(string folderPath) {
//return associated icon's path
}