rdir = 'd:/temp' # Specify root directory. import shutil for tree in [path for path in os.listdir(rdir) if not path.endswith('.sav')] ...
確定! 回上一頁