Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to copy content of one file to another in python

shutil.copy('file1.txt','file1-copy.txt')
 
PREVIOUS NEXT
Tagged: #copy #content #file #python
ADD COMMENT
Topic
Name
2+8 =