The idea is to iterate over all files in a directory is using os.listdir() function and delete each file encountered with os.remove() function. Note this ...
確定! 回上一頁