Skip navigation.
 
mlFindFolder() and Cocoa
FROM : chris corbell
DATE : Mon Jan 27 19:37:18 2003

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_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlFindFolder() and Cocoa chris corbell Jan 27, 19:37
mlRe: FindFolder() and Cocoa Douglas Davidson Jan 27, 20:31
mlRe: FindFolder() and Cocoa Finlay Dobbie Jan 27, 20:46
mlRe: FindFolder() and Cocoa Erik M. Buck Jan 27, 23:26
mlRe: FindFolder() and Cocoa Daniel Jalkut Jan 28, 16:25
mlRe: FindFolder() and Cocoa chris corbell Jan 28, 21:07
mlRe: FindFolder() and Cocoa Daniel Jalkut Jan 31, 04:43