Mega Code Archive

 
Categories / Python / File
 

Copy file and move dir

import shutil shutil.copyfile('data.db', 'archive.db') shutil.move('/build/executables', 'installdir')