gnustep-dev
[Top][All Lists]
Advanced

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

additional methods in NSMutableString


From: Manuel Guesdon
Subject: additional methods in NSMutableString
Date: Tue, 4 Jan 2005 10:40:38 +0100 (CET)

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...

Manuel





reply via email to

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