How to copy a file

Copy file


import shutil
shutil.copyfile('data.db', 'archive.db')




















Home »
  Python »
    Advanced Features »




Exception Handling
File
Module