Source Code

Searching the Macintosh File System

Every now and then, an application needs to search the user's hard disk to find files.  Here are four ways to do it:

NSWorkspace.  NSWorkspace has various methods which are very easy to use but they only search in "known" places for things like apps.  …