This is MOPathString.h in view mode; [Download] [Up]
// // MOPathString.h -- this is a compatability header // Written by Don Yacktman Copyright (c) 1995 by Don Yacktman. // #import "MOKit/MOString.h" #ifndef MOPATHSTRINGCOMPAT_H #define MOPATHSTRINGCOMPAT_H #define MOPathString MiscString #endif MOPATHSTRINGCOMPAT_H // These two MOPathString methods are not supported by the MiscString // and simply act as no-ops. If you want to change the separators, // you must use the MiscString's class methods of the same name. //- setPathSeparator:(char)c; //- setExtensionSeparator:(char)c;
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.