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

Skip to content

Commit 94c4a79

Browse files
committed
Added index entries to make it easier to locate directory & file operations.
1 parent 8692998 commit 94c4a79

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/lib/libshutil.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ \section{\module{shutil} ---
99
The \module{shutil} module offers a number of high-level operations on
1010
files and collections of files. In particular, functions are provided
1111
which support file copying and removal.
12+
\index{file!copying}
13+
\index{copying files}
1214

1315
\strong{Caveat:} On MacOS, the resource fork and other metadata are
1416
not used. For file copies, this means that resources will be lost and
@@ -58,6 +60,7 @@ \section{\module{shutil} ---
5860
\end{funcdesc}
5961

6062
\begin{funcdesc}{rmtree}{path\optional{, ignore_errors\optional{, onerror}}}
63+
\index{directory!deleting}
6164
Delete an entire directory tree. If \var{ignore_errors} is true,
6265
errors will be ignored; if false or omitted, errors are handled by
6366
calling a handler specified by \var{onerror} or raise an exception.

0 commit comments

Comments
 (0)