mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
0424273b26
commit
5f29c70734
3 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue