Next »
File
(297/308)
« Previous
How to move a directory
Move directory
import
shutil shutil.move(
'/build/executables'
,
'installdir'
)
Next »
« Previous
Home
»
Python
»
Advanced Features
»
Exception Handling
File
Module