Re: NSFileManager createDirectory… confusing docs.

2013-02-23 Thread Ken Thomases
On Feb 23, 2013, at 9:57 AM, John Joyce wrote: > A bit of trouble with the NSFileManager docs for the methods: > – createDirectoryAtURL:withIntermediateDirectories:attributes:error: > – createDirectoryAtPath:withIntermediateDirectories:attributes:error: > > Both say: > > Return Value > YES if th

Re: NSFileManager createDirectory… confusing docs.

2013-02-23 Thread John Joyce
On Feb 24, 2013, at 3:45 AM, Quincey Morris wrote: > On Feb 23, 2013, at 07:57 , John Joyce > wrote: > >> The docs do not seem clear on this. (not to me anyway). > > Yes, they're not clear on this. > >> If the directory you are creating is also considered an "intermediate >> parent" dire

Re: NSFileManager createDirectory… confusing docs.

2013-02-23 Thread Quincey Morris
On Feb 23, 2013, at 07:57 , John Joyce wrote: > The docs do not seem clear on this. (not to me anyway). Yes, they're not clear on this. > If the directory you are creating is also considered an "intermediate parent" > directory, that is just confusing. Presumably, it seemed like a good idea

NSFileManager createDirectory… confusing docs.

2013-02-23 Thread John Joyce
A bit of trouble with the NSFileManager docs for the methods: – createDirectoryAtURL:withIntermediateDirectories:attributes:error: – createDirectoryAtPath:withIntermediateDirectories:attributes:error: Both say: Return Value YES if the directory was created or already exists or NO if an error occu