import os
rootPath = r'D:\rssi'
for root, dirs, files in os.walk(rootPath):
for filePath in files:
filePath = os.path.join(root, filePath)
if
import os
rootPath = r'D:\rssi'
for root, dirs, files in os.walk(rootPath):
for filePath in files:
filePath = os.path.join(root, filePath)
if