Delete all files in a directory in Python · 1. Using os.listdir() function · 2. Using glob.glob() function · 3. Using os.scandir() function · 4. Using shutil.rmtree ...
確定! 回上一頁