File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ \section{\module{shutil} ---
99The \module {shutil} module offers a number of high-level operations on
1010files and collections of files. In particular, functions are provided
1111which 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
1416not 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.
You can’t perform that action at this time.
0 commit comments