9
Làm thế nào để di chuyển một tập tin?
Tôi đã xem xét osgiao diện Python , nhưng không thể xác định được phương thức để di chuyển tệp. Làm thế nào tôi có thể làm tương đương với $ mv ...Python? >>> source_files = '/PATH/TO/FOLDER/*' >>> destination_folder = 'PATH/TO/FOLDER' >>> # equivalent of $ mv source_files destination_folder
909
python
file
file-handling