2017-08-04 160 views

回答

1

嘗試了這一點

if not os.path.exists('destination path'): 
    shutil.move("path/to/current/file.foo", 
       "path/to/new/destination/for/file.foo") 
相關問題