Additional NSString methods added by MOKit.
Additional NSString methods added by MOKit.
MO_stringByReplacingBackslashWithSlash |
- ( NSString *) MO_stringByReplacingBackslashWithSlash;
Returns a new string with all backslashes replaced by slashes. This method is useful for standardizing a path from Windows to a POSIX path. Foundation now provides better facilities for this sort of thing, in general, but this method remains for compatibility.
(Last Updated 3/20/2005)