This is NSString+Paths.h in view mode; [Download] [Up]
#import <Foundation/NSString.h> @interface NSMutableString (MiscPaths) /*" Manipulating paths "*/ - (void) abbreviateWithTildeInPath; - (void) appendPathComponent:(NSString*)component; - (void) appendPathExtension:(NSString*)extension; - (void) deleteLastPathComponent; - (void) deletePathExtension; - (void) expandTildeInPath; - (void) resolveSymlinksInPath; - (void) standardizePath; - (void) appendPathComponents:(NSArray*)components; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.