Re: Path for writeToFile

2009-03-05 Thread Michael Ash
On Thu, Mar 5, 2009 at 10:24 PM, Pierce Freeman wrote: > Maybe I'm off base here, but I haven't really found any more documentation > on FSFindFolder() and a search of Google doesn't really revile anything > either.  Also, I read on one archived site, that the 10.5.6 upgrade breaks > FSFindFolder(

Re: Path for writeToFile

2009-03-05 Thread Pierce Freeman
> Did you try Cocoabuilder? We've discussed FSFindFolder() on this list > in the past. > > Looks like Cocoabuilder saved the day once again. I found some code on there and it works wonderfully. > That's news to me; I haven't

Re: Path for writeToFile

2009-03-05 Thread Nick Zitzmann
On Mar 5, 2009, at 8:24 PM, Pierce Freeman wrote: Maybe I'm off base here, but I haven't really found any more documentation on FSFindFolder() and a search of Google doesn't really revile anything either. Did you try Cocoabuilder? We've discussed FSFindFolder() on this list in the past.

Re: Path for writeToFile

2009-03-05 Thread Pierce Freeman
Maybe I'm off base here, but I haven't really found any more documentation on FSFindFolder() and a search of Google doesn't really revile anything either. Also, I read on one archived site, that the 10.5.6 upgrade breaks FSFindFolder(). On 3/3/09 8:55 AM, "Nick Zitzmann" wrote: > > On Mar 3,

Re: Path for writeToFile

2009-03-03 Thread Nick Zitzmann
On Mar 3, 2009, at 8:40 AM, Pierce Freeman wrote: I may be crazy here, but could you point me to some documentation? The only one I found is legacy. I think the parent meant FSFindFolder(), which will return an FSRef for a given special folder. That API is not legacy, and works on all

Re: Path for writeToFile

2009-03-03 Thread Pierce Freeman
I may be crazy here, but could you point me to some documentation? The only one I found is legacy. On 3/2/09 8:56 PM, "Graham Cox" wrote: > > On 03/03/2009, at 3:36 PM, Pierce Freeman wrote: > >> Hi everyone: >> >> I am running into a bit of a problem when trying to use writeToFile >> with

Re: Path for writeToFile

2009-03-02 Thread Michael Ash
On Mon, Mar 2, 2009 at 11:36 PM, Pierce Freeman wrote: > Hi everyone: > > I am running into a bit of a problem when trying to use writeToFile with > NSDictionary.  My problem is that I want to be able to get a file on the > Desktop but I can't find a way to do that without knowing the directory >

Re: Path for writeToFile

2009-03-02 Thread Graham Cox
On 03/03/2009, at 3:36 PM, Pierce Freeman wrote: Hi everyone: I am running into a bit of a problem when trying to use writeToFile with NSDictionary. My problem is that I want to be able to get a file on the Desktop but I can't find a way to do that without knowing the directory structur

Path for writeToFile

2009-03-02 Thread Pierce Freeman
Hi everyone: I am running into a bit of a problem when trying to use writeToFile with NSDictionary. My problem is that I want to be able to get a file on the Desktop but I can't find a way to do that without knowing the directory structure of the user. If anyone could point me in the right direc