import glob pathf = "./data" #하위 폴더 이름(상대경로) file_list = glob.glob(f"{pathf}/land_NS_Coordin_TM_2021_*.xlsx") print(file_list)