Re: seamlessly saving to a different file

2013-07-15 Thread Steve Mills
On Jul 15, 2013, at 12:44:33, Steve Mills wrote: > On Jul 15, 2013, at 11:00:14, Mike Abdullah wrote: > >> NSDocument has an interesting method, >> -initForURL:withContentsOfURL:ofType:error: >> >> Can you have document opening call this instead, or follow the same pattern, >> to achieve wha

Re: seamlessly saving to a different file

2013-07-15 Thread Steve Mills
On Jul 15, 2013, at 11:00:14, Mike Abdullah wrote: > NSDocument has an interesting method, > -initForURL:withContentsOfURL:ofType:error: > > Can you have document opening call this instead, or follow the same pattern, > to achieve what you want? That just might be the ticket I need to board t

Re: seamlessly saving to a different file

2013-07-15 Thread Mike Abdullah
On 15 Jul 2013, at 15:38, Steve Mills wrote: > We have a particular non-standard feature that will cause a document of an > old format and extension to automatically save to a new format and extension > when the user simply hits Save. The old file is moved to a backup folder > after the save

seamlessly saving to a different file

2013-07-15 Thread Steve Mills
We have a particular non-standard feature that will cause a document of an old format and extension to automatically save to a new format and extension when the user simply hits Save. The old file is moved to a backup folder after the save is successful. (Yes, this feature is normally turned off