Point out that resolve() is similar to realpath()
This commit is contained in:
parent
cdf4a57e8d
commit
b20d53bfd6
|
@ -606,7 +606,8 @@ Path resolution
|
|||
---------------
|
||||
|
||||
The ``resolve()`` method makes a path absolute, resolving any symlink on
|
||||
the way. It is the only operation which will remove "``..``" path components.
|
||||
the way (like the POSIX realpath() call). It is the only operation which
|
||||
will remove "``..``" path components.
|
||||
|
||||
|
||||
Directory walking
|
||||
|
|
Loading…
Reference in New Issue