> I need to locate the preferences folder inside the classic folder from a
> native MacOS X application ?
Use FSFindFolder and pass it the kClassicDomain domain constant :
<http://developer.apple.com/documentation/Carbon/Reference/Folder_Manager
/folder_manager_ref/function_group_2.html>
Patrick

Signature
Patrick Stadelmann <Patrick.Stadelmann@unine.ch>
Mart Niemann - 28 Jun 2004 14:08 GMT
> Use FSFindFolder and pass it the kClassicDomain domain constant :
>
> <http://developer.apple.com/documentation/Carbon/Reference/Folder_Manager
> /folder_manager_ref/function_group_2.html>
>
> Patrick
Works great :-)
Thanks
Mart