Advertisement
Fhernd

copiar-archivo.py

Jan 24th, 2018
814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. import shutil
  2.  
  3. ruta_archivo_copiado = shutil.copy('archivo1.csv', 'archivo2.csv')
  4.  
  5. shutil.copy2('archivo1.txt', 'archivo2.txt')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement