python 取得子目錄及檔案名稱

python 取得子目錄及檔案名稱的方法

import glob
strPathToSend='/folder path/'
lstStrFilePath=glob.glob(strPathToSend+'*.*')
lstStrFilePath