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
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
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
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