Delete a folder with all of its files. import shutil shutil.rmtree(r'Path where the folder with its files is stored\Folder name').
確定! 回上一頁