Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1804dc3

Browse files
committed
Document abspath() (implementation is forthcoming).
1 parent f339632 commit 1804dc3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/lib/libposixpath.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ \section{\module{posixpath} ---
1111

1212
\index{path!operations}
1313

14+
\begin{funcdesc}{abspath}{p}
15+
Return a normalized absolutized version of the pathname \var{p}. On
16+
most platforms, this is equivalent to
17+
\code{normpath(join(os.getcwd()), \var{p})}.
18+
\end{funcdesc}
19+
1420
\begin{funcdesc}{basename}{p}
1521
Return the base name of pathname
1622
\var{p}.

0 commit comments

Comments
 (0)