python讀取指定資料夾內所有檔案

2021-10-06 06:25:23 字數 374 閱讀 6150

起因

在寫python傳送測試報告的郵件時,需要從多個json檔案讀取資料

解決辦法

python os模組下的walk()函式可對指定目錄下的資料夾/檔案進行遍歷

result_list = 

for root, dirs, files in os.walk(path):

for name in files:

watch_file_path = os.path.join(root, name)

with open(watch_file_path, 'r',encoding='utf-8') as f:

result = json.load(f)

**解析

Python 獲取 指定資料夾目錄內 所有檔名

import os dir g 程式設計 python list os.listdir dir 列出資料夾下所有的目錄與檔案 for i in range 0,len list path os.path.join dir,list i if os.path.isfile path print pat...

python讀取資料夾內容

os.listdir 方法用於返回指定的資料夾包含的檔案或資料夾的名字的列表 import os,sys 開啟檔案 cooked folder cooked traces 資料夾的位址 dirs os.listdir cooked folder 輸出所有檔案和資料夾 for file in dirs...

列舉資料夾,列舉指定資料夾

一 列舉資料夾函式 void specialfolder browse hwnd hwnd clean up.g pmalloc free pidlspecialfolder g pmalloc free lpbuffer release the shell s allocator.g pmallo...