Categories

RSS Feeds

Posted on January 29, 2008 at 4:01 am

OSX Search Path for Resources

Mac OSX follows a specific order when searching for resources (such as fonts). That search order is:
User (~/Library)
Local (/Library)
Network (/Network/Library)
System (/System/Library)
Classic (/System Folder)
This can be useful when troubleshooting system problems such as corrupted resource files. This search path is complete, though Network and Classic aren’t that common.

About