9
Wie verschiebe ich eine Datei?
Ich habe in die Python- osOberfläche geschaut , konnte jedoch keine Methode zum Verschieben einer Datei finden. Wie würde ich das Äquivalent von $ mv ...in Python tun ? >>> source_files = '/PATH/TO/FOLDER/*' >>> destination_folder = 'PATH/TO/FOLDER' >>> # equivalent of $ mv source_files destination_folder
909
python
file
file-handling