Re: several questions about saving a bundle in an NSDocument based application

2009-06-01 Thread Michael Ash
On Tue, Jun 2, 2009 at 12:39 AM, Graham Cox wrote: > > On 02/06/2009, at 11:40 AM, Matthew Jeorrett wrote: > >> I have successfully implemented the NSDocument architecture in my >> application and have implemented saving and loading documents by overriding >> the "dataOfType:error:" and "readFromD

Re: several questions about saving a bundle in an NSDocument based application

2009-06-01 Thread Graham Cox
On 02/06/2009, at 11:40 AM, Matthew Jeorrett wrote: I have successfully implemented the NSDocument architecture in my application and have implemented saving and loading documents by overriding the "dataOfType:error:" and "readFromData:ofType:error:" methods. I now want to be able to expor

several questions about saving a bundle in an NSDocument based application

2009-06-01 Thread Matthew Jeorrett
Hi, I have successfully implemented the NSDocument architecture in my application and have implemented saving and loading documents by overriding the "dataOfType:error:" and "readFromData:ofType:error:" methods. I now want to be able to export my document into a folder selected by the user. Th