9
Dosya nasıl taşınır?
Python osarayüzüne baktım , ancak bir dosyayı taşımak için bir yöntem bulamadım. $ mv ...Python'da eşdeğerini nasıl yaparım ? >>> source_files = '/PATH/TO/FOLDER/*' >>> destination_folder = 'PATH/TO/FOLDER' >>> # equivalent of $ mv source_files destination_folder
909
python
file
file-handling