Copy file and move dir : File Utility : File PYTHON examples


PYTHON examples » File » File Utility »

 

Copy file and move dir



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



           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo File
» File Utility