home *** CD-ROM | disk | FTP | other *** search
- //
- // 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;
-
-