This shows you the differences between two versions of the page.
— |
en:glossary:s:shutil [2021/01/18 18:48] (current) horst created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== shutil ====== | ||
+ | in-build python library for high-level file operations | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | <code python> | ||
+ | import shutil | ||
+ | shutil.copyfile(source, | ||
+ | shutil.move(source, | ||
+ | </ |