9
Come spostare un file?
Ho esaminato l' osinterfaccia di Python , ma non sono riuscito a individuare un metodo per spostare un file. Come farei l'equivalente di $ mv ...in Python? >>> source_files = '/PATH/TO/FOLDER/*' >>> destination_folder = 'PATH/TO/FOLDER' >>> # equivalent of $ mv source_files destination_folder
909
python
file
file-handling