Re: Apple changed documentation for -[NSString stringByExpandingTildeInPath]

2005-05-10 Thread Sheldon Gill
I'm working on string methods now as part of my path win32 effort, if anyone is interested. I'd be interested in knowing what exactly as I have a load of uncommitted windows path changes on my system (I was waiting for feedback on the last tranch of changes), and I'm also occasionally

Re: Apple changed documentation for -[NSString stringByExpandingTildeInPath]

2005-05-10 Thread Richard Frith-Macdonald
On 2005-05-10 10:01:03 +0100 Sheldon Gill [EMAIL PROTECTED] wrote: Wow ... that's a lot of changes. That's actually quite well contained, really. There is more of my NSPathUtilities bit and a few more Win32 support routines. {Strings excepted} I found the new Tiger dirs to be amusing. I had to

Re: Apple changed documentation for -[NSString stringByExpandingTildeInPath]

2005-05-09 Thread Sheldon Gill
I'm working on string methods now as part of my path win32 effort, if anyone is interested. I'd be interested in knowing what exactly as I have a load of uncommitted windows path changes on my system (I was waiting for feedback on the last tranch of changes), and I'm also occasionally

Re: Apple changed documentation for -[NSString stringByExpandingTildeInPath]

2005-05-08 Thread Sheldon Gill
Helge Hess wrote: How disappointing! :-| Yes, it is rather. I suppose it was dropped because people did not understand what it is doing / good for and misused the methods (pretty similiar to - fileSystemRepresentationWithPath: which is seldom used). I'm sure that has a lot to do with it. There

Re: Apple changed documentation for -[NSString stringByExpandingTildeInPath]

2005-05-08 Thread Richard Frith-Macdonald
On 2005-05-08 03:00:37 +0100 Sheldon Gill [EMAIL PROTECTED] wrote: I'm working on string methods now as part of my path win32 effort, if anyone is interested. I'd be interested in knowing what exactly as I have a load of uncommitted windows path changes on my system (I was waiting for

Re: Apple changed documentation for -[NSString stringByExpandingTildeInPath]

2005-05-07 Thread Philippe C.D. Robert
On May 6, 2005, at 10:10 PM, Markus Hitter wrote: P.S.: All the methods handling C strings are in the depreceated section now. That is not quite true, actually many of them are replaced by methods taking an encoding parameter in addition. E.g. cString becomes cStringUsingEncoding: and so on.

Apple changed documentation for -[NSString stringByExpandingTildeInPath]

2005-05-06 Thread Markus Hitter
In August 2004, we had discussion about of documentation vs. actual behaviour of the -[NSString stringByExpandingTildeInPath] and similar methods on this list. Since the documentation was found to be unclear, I filed a bug at Apple against the documentation, including a code snippet to