\begin{funcdesc}{listdir}{path}
Return a list containing the names of the entries in the directory.
-The list is in arbitrary order. It includes the special entries
-\code{'.'} and \code{'..'} if they are present in the directory.
+The list is in arbitrary order. It does not include the special
+entries \code{'.'} and \code{'..'} even if they are present in the
+directory.
\end{funcdesc}
\begin{funcdesc}{lseek}{fd\, pos\, how}
\code{posix.error}.)
\end{funcdesc}
+\begin{funcdesc}{remove}{path}
+Remove the file \var{path}. See \code{rmdir} below to remove a directory.
+\end{funcdesc}
+
\begin{funcdesc}{rename}{src\, dst}
Rename the file or directory \var{src} to \var{dst}.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}{unlink}{path}
-Unlink \var{path}.
+Remove the file \var{path}. This is the same function as \code{remove};
+the \code{unlink} name is its traditional \UNIX{} name.
\end{funcdesc}
\begin{funcdesc}{utime}{path\, \(atime\, mtime\)}
\begin{funcdesc}{listdir}{path}
Return a list containing the names of the entries in the directory.
-The list is in arbitrary order. It includes the special entries
-\code{'.'} and \code{'..'} if they are present in the directory.
+The list is in arbitrary order. It does not include the special
+entries \code{'.'} and \code{'..'} even if they are present in the
+directory.
\end{funcdesc}
\begin{funcdesc}{lseek}{fd\, pos\, how}
\code{posix.error}.)
\end{funcdesc}
+\begin{funcdesc}{remove}{path}
+Remove the file \var{path}. See \code{rmdir} below to remove a directory.
+\end{funcdesc}
+
\begin{funcdesc}{rename}{src\, dst}
Rename the file or directory \var{src} to \var{dst}.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}{unlink}{path}
-Unlink \var{path}.
+Remove the file \var{path}. This is the same function as \code{remove};
+the \code{unlink} name is its traditional \UNIX{} name.
\end{funcdesc}
\begin{funcdesc}{utime}{path\, \(atime\, mtime\)}