Attempt to clarify removedirs().

Based on SF bug #574773.
This commit is contained in:
Fred Drake 2002-07-02 21:03:49 +00:00
parent ca23ee273e
commit 2c22e85ae7
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@ Availability: Macintosh, \UNIX, Windows.
\begin{funcdesc}{removedirs}{path}
\index{directory!deleting}
Recursive directory removal function. Works like
Removes directories recursively. Works like
\function{rmdir()} except that, if the leaf directory is
successfully removed, directories corresponding to rightmost path
segments will be pruned way until either the whole path is consumed or