There's several ways to do this, but I prefer using shutils
for file
operations.
import shutil
shutil.move('/original/path/to/file', '/new/path/to/file')
There's several ways to do this, but I prefer using shutils
for file
operations.
import shutil
shutil.move('/original/path/to/file', '/new/path/to/file')