What I am trying to do is build a list of files and folders that reside in a certain folder (the users Favorites folder). What I want to do is build the list so that folder names display with a different name (so the folder "My Files" displays as "My Files-fldr").
I have been able to march down the root folder and get all the files names, but I can't find a way to pick up the folders (my code just skips them...) So any help on determining folders would be great.
Also, is it possible for a carbon app to not display it's icon in the doc? If not (grrr...) how is it done in a cocoa application?