gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[2]: additional methods in NSMutableString


From: Manuel Guesdon
Subject: Re[2]: additional methods in NSMutableString
Date: Tue, 4 Jan 2005 20:46:45 +0100 (CET)

On Tue, 4 Jan 2005 09:58:03 +0000 Richard Frith-Macdonald <address@hidden> 
wrote:
 >| On 4 Jan 2005, at 09:40, Manuel Guesdon wrote:
 >| 
 >| > Hi,
 >| >
 >| > Would it be possible to add the following methods for NSMutableString 
 >| > in GNUstep additions ?
 >| > - (void) abbreviateWithTildeInPath;
 >| > - (void) appendingPathComponent: (NSString*)aString;
 >| > - (void) appendingPathExtension: (NSString*)aString;
 >| > - (void) deletingLastPathComponent;
 >| > - (void) deletingPathExtension;
 >| > - (void) expandingTildeInPath;
 >| > - (void) resolvingSymlinksInPath;
 >| > - (void) standardizingPath;
 >| >
 >| > Without them, we add to use NSString stringByXXX and create many 
 >| > (uneeded in some cases) temporary string.
 >| > When searchng for a particular file in a tree, we build a lot of this 
 >| > temporary
 >| > strings...
 >| 
 >| I don't see why not, but I wouldn't use those names (apart from the 
 >| first one).
 >| 

Yes, sorry, I've forgot a kind of /ing// :-)
Do yu want to implement it or do i do it ? In which file ?

Thx

Manuel







reply via email to

[Prev in Thread] Current Thread [Next in Thread]