Next »
File
(285/308)
« Previous
How to copy a file
Copy file
import
shutil shutil.copyfile(
'data.db'
,
'archive.db'
)
Next »
« Previous
Home
»
Python
»
Advanced Features
»
Exception Handling
File
Module