Moving Files and Directories. To move a file or directory to another location, use shutil.move(src, dst) . src is the ...
確定! 回上一頁