Search Results

1
vote

How do I copy a file in python?

Look at module shutils. It contains function copyfile(src, dst) …