NSAlias and RecentItems
NSAlias and RecentItems
- Subject: NSAlias and RecentItems
- From: "Josh M. Hurd" <email@hidden>
- Date: Sat, 29 Dec 2001 15:01:07 -0800
A lot of Doc based Cocoa apps have the handy Recent Items menu item.
The recent items are stored in the preference plist of the app with the
key being NSRecentDocumentRecords. This is a simple array of
dictionaries which contains two data types; _NSLocator and _NSAlias.
I have looked in the docs and examples and have found no reference to
either of these. Does anyone know where I can find info on these or
info about how _NSAlias stores it's data?
I remember reading somewhere that Apple reserves names beginning with an
underscore (_). Does this mean that these objects are private?
Thanks for any help...
M