shutil module
-
shutil
-
cp
-
copy
-
copytree
-
move
-
rmtree
-
shutil - File Operations
import shutil
shutil.copy(source, dest)
shutil.copytree(source, dest)
shutil.move(source, dest)
shutil.rmtree(path)
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
shutil
cp
copy
copytree
move
rmtree
shutil - File Operations
import shutil
shutil.copy(source, dest)
shutil.copytree(source, dest)
shutil.move(source, dest)
shutil.rmtree(path)