Delete (Remove) Files and Directories in Python ; os.rmdir('empty_dir_path'), Removes the empty folder. ; pathlib.Path(empty_dir_path).rmdir() ...
確定! 回上一頁