9
จะย้ายไฟล์ได้อย่างไร?
ฉันค้นหาในosอินเทอร์เฟซPython แต่ไม่พบวิธีการย้ายไฟล์ ฉันจะทำสิ่งที่เทียบเท่า$ mv ...ใน Python ได้อย่างไร? >>> source_files = '/PATH/TO/FOLDER/*' >>> destination_folder = 'PATH/TO/FOLDER' >>> # equivalent of $ mv source_files destination_folder
909
python
file
file-handling