ftp.nice.ch/Attic/openStep/developer/resources/MiscKit.2.0.5.m.NIS.b.tgz#/MiscKit.2.0.5.m.NIS.b/MiscFoundation.framework/Versions/A/Headers/NSString+Paths.h

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.