python 目錄文件遍歷

近期在學習python目錄文件遍歷,查資料發現,可以使用os模塊實現。 使用遞歸調用方法,對下層子目錄進行遍歷。 #導入模塊 import sys import os print('import os ok') print('遞歸遍歷目錄和文件') path = r'E:\Projects' fp = open('fileTree.txt','wt') def getAllFileAndDir(p
相關文章
相關標籤/搜索