Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import shutil
- import os
- # Método shutil.move():
- shutil.move('archivo.csv', 'dir', copy_function = copy)
- # Método os.rename():
- os.rename('archivo.txt', 'dir')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement