Below is the program to use move() to relocate a file from one location to another. import shutil shutil.move("file_path" ...
確定! 回上一頁