SyntaxFix
Write A Post
Hire A Developer
Questions
open(destination, 'wb').write(open(source, 'rb').read())
Open the source file in read mode, and write to destination file in write mode.