FindFolder() and Cocoa
FindFolder() and Cocoa
- Subject: FindFolder() and Cocoa
- From: chris corbell <email@hidden>
- Date: Mon, 27 Jan 2003 10:37:18 -0800 (PST)
Is there a fully-featured Cocoa equivalent for
FindFolder()?
The specific feature I'm working on involves writing
some xml files to an Application Support folder.
I've looked at NSWorkspace and NSPathUtilities and they
don't seem to include explicit support for all of the
possible folder types, e.g. Application Support, Documents,
etc. I don't want to simply append folder names to a known
path; I'm assuming a localized system would have different
folder names for some of these.
I'm already including Carbon so FindFolder() works well
enough, I was just curious if there's an NS* api I'm overlooking...
TIA,
Chris
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.