I'm not sure exactly if the folder icon is in shell32.dll, but nonetheless if it is.

Basically, whenever I come across a folder in a FileSystem list, I want to add the icon for a folder to the image list that I am using for the ListView. The problem is that I'm not sure how to reference a specific icon location in a icon collection in a dll.

Is this possible with Icon.ExtractAssociatedIcon and shell32.dll?