Ask a Question related to Mac Programming, Design and Development.
-
Mike H. #1
Where are "Recent Items" stored?
Hi,
This is somewhat of a bizarre request. I am wondering where the "Recent
Items" list in OSX (accessible from the Apple menu) is stored. In Classic,
this was just a folder with aliases to recently opened Applications and
Documents.
What I would like to do is clear an application from this list (after it
shows up). I haven't been able to find any information on this anywhere.
Does anybody have any ideas?
Thanks,
Mike H.
Mike H. Guest
-
Getting an "Items-Capacity" attribute without it being valid
Hi there, I've been building a very simple "bread crumbs" control that has a collection of BreadCrumb objects. Works pretty alright atm. There's... -
CS dialog box "Recent Places" menu items doubled?!?!?!?!?
Hi folks... My "Recent Places" menu has every item duplicated - any ideas as to what this can be? Just started happening recently - used to be... -
Unable To Open "Recent Files"
I've seen this discussed before, but since the Forum Search Engine does not seem to be working, I'll ask it again: I am unable to open files from the... -
recent auto update and now have "finalizing installation" running
across the top of my screen when in IE. The updates were: 817606 security update win xp 823559 security update win microsoft windows. Any help... -
what was solution to recent "can't log in" problem
As I recall a recent security update in Jaguar introduced a problem where people can't log in. What was the fix for this? -
Manfred Lippert #2
Re: Where are "Recent Items" stored?
> This is somewhat of a bizarre request. I am wondering where the "Recent
Here:> Items" list in OSX (accessible from the Apple menu) is stored.
~/Library/Preferences/com.apple.recentitems.plist
Regards,
Mani
Manfred Lippert Guest
-
Simon Slavin #3
Re: Where are "Recent Items" stored?
In article <BB8FBD4D.1A174%mani@mani.de>,
Manfred Lippert <mani@mani.de> wrote:
But don't try to do it by editing that file, the contents are>>> This is somewhat of a bizarre request. I am wondering where the "Recent
>> Items" list in OSX (accessible from the Apple menu) is stored.
>Here:
>~/Library/Preferences/com.apple.recentitems.plist
sometimes cached. Use the 'defaults' command to do it instead.
'man defaults' for details.
If you're programming in Cocoa then you have even simpler
access to the defaults system.
Simon Slavin Guest
-
Miro Jurisic #4
Re: Where are "Recent Items" stored?
In article <BB92A9D8966853DD44@10.0.1.2>,
[email]slavins@hearsay.demon.co.uk[/email]@localhost (Simon Slavin) wrote:
In either Cocoa or Carbon, CFPreferences is a good API to use for this.> In article <BB8FBD4D.1A174%mani@mani.de>,
> Manfred Lippert <mani@mani.de> wrote:
>>> >> >> This is somewhat of a bizarre request. I am wondering where the "Recent
> >> Items" list in OSX (accessible from the Apple menu) is stored.
> >Here:
> >~/Library/Preferences/com.apple.recentitems.plist
> But don't try to do it by editing that file, the contents are
> sometimes cached. Use the 'defaults' command to do it instead.
> 'man defaults' for details.
>
> If you're programming in Cocoa then you have even simpler
> access to the defaults system.
meeroh
--
If this message helped you, consider buying an item
from my wish list: <http://web.meeroh.org/wishlist>
Miro Jurisic Guest



Reply With Quote

