How to move a directory

Move directory


import shutil
shutil.move('/build/executables', 'installdir')




















Home »
  Python »
    Advanced Features »




Exception Handling
File
Module