Re: NSSearchPathForDirectoriesInDomains and non-existing directories

2005-10-25 Thread David Ayers
Richard Frith-Macdonald schrieb: On 2005-10-25 09:14:04 +0100 David Ayers [EMAIL PROTECTED] wrote: 2.) creating the expected user directory layout, and creating it in time for such usage as 1.) which I believe implies: a.) We created it when sourcing GNUstep.[csh] (just kidding :-) )

Re: NSSearchPathForDirectoriesInDomains and non-existing directories

2005-10-24 Thread David Ayers
Andriy Gapon schrieb: In my opinion what NSSearchPathForDirectoriesInDomains() does now is incorrect. I don't have an opportunity to verify how this function behaves in original NeXTStep or how it behaves in OS X framework, but I think GNUstep behavior is unreasonable. I see two possible

Re: NSSearchPathForDirectoriesInDomains and non-existing directories

2005-10-24 Thread David Ayers
David Ayers schrieb: Andriy Gapon schrieb: In my opinion what NSSearchPathForDirectoriesInDomains() does now is incorrect. I don't have an opportunity to verify how this function behaves in original NeXTStep or how it behaves in OS X framework, but I think GNUstep behavior is unreasonable. I

Re: NSSearchPathForDirectoriesInDomains and non-existing directories

2005-10-24 Thread Sheldon Gill
Andriy Gapon wrote: Let me shoot the question first - what is the rationale behind NSSearchPathForDirectoriesInDomains not returning directory name if the directory does not exist ? Esp. so if NSUserDomainMask is used ? This is the way the function was defined to work a long time ago. In other