os remove entire folder python ... os.remove('/your/path/to/file.txt') #removes a file. ... os.rmdir('/your/folder/path/') #removes an empty directory. ... shutil.
確定! 回上一頁