Skip navigation.
 
mlRe: Auto Save - location
FROM : glenn andreas
DATE : Sat Apr 23 21:33:00 2005

On Apr 23, 2005, at 12:29 PM, Graham wrote:

> Hi,
>
> I am a Cocoa newbie.
>
> When one specifies an Auto Save Name in Interface Builder, where in
> the file system does the application store the data (window size)?
> I need to delete it for testing.
>


In the preferences for the app, with the name "NSWindow Frame foo".

So a quick excursion to the console and:

   defaults delete com.mycompany.myapp "NSWindow Frame foo"

should do the trick (or at least it worked for me this morning when I
needed to do the exact same thing)


Glenn Andreas                      <email_removed> 
  <http://www.gandreas.com/> oh my!
quadrium | build, mutate, evolve | images, textures, backgrounds, art

Related mailsAuthorDate
mlAuto Save - location Graham Apr 23, 19:29
mlRe: Auto Save - location Shawn Erickson Apr 23, 21:31
mlRe: Auto Save - location glenn andreas Apr 23, 21:33
mlRe: Auto Save - location James Dessart Apr 24, 16:01