To move a file in Python, use one of the following: import os import shutil os.rename("path/to/current/file.foo", "path/to/new/destination/for/file.foo") ...
確定! 回上一頁