9
¿Cómo mover un archivo?
Miré en la osinterfaz de Python , pero no pude encontrar un método para mover un archivo. ¿Cómo haría el equivalente de $ mv ...en Python? >>> source_files = '/PATH/TO/FOLDER/*' >>> destination_folder = 'PATH/TO/FOLDER' >>> # equivalent of $ mv source_files destination_folder
910
python
file
file-handling