return address tweak

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32471 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-03-06 10:09:37 +00:00
parent 0424273b26
commit 5f29c70734
3 changed files with 5 additions and 1 deletions

View file

@ -626,8 +626,10 @@ typedef NSUInteger NSStringEncodingConversionOptions;
- (NSString*) stringByExpandingTildeInPath;
/**
* First calls -stringByExpandingTildeInPath if necessary.<br />
* Replaces path string by one in which path components representing symbolic
* links have been replaced by their referents.<br />
* Removes a leading '/private' if the result is valid.<br />
* If links cannot be resolved, returns an unmodified copy of the receiver.
*/
- (NSString*) stringByResolvingSymlinksInPath;