summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libposixpath.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libposixpath.tex')
-rw-r--r--Doc/lib/libposixpath.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex
index 83f468d..f9a3d89 100644
--- a/Doc/lib/libposixpath.tex
+++ b/Doc/lib/libposixpath.tex
@@ -11,6 +11,12 @@ module \module{os}\refstmodindex{os} and use \code{os.path}.
\index{path!operations}
+\begin{funcdesc}{abspath}{p}
+Return a normalized absolutized version of the pathname \var{p}. On
+most platforms, this is equivalent to
+\code{normpath(join(os.getcwd()), \var{p})}.
+\end{funcdesc}
+
\begin{funcdesc}{basename}{p}
Return the base name of pathname
\var{p}.