Question: Read the contents of sequentially listed files in the same directory

Say I have a directory of files with names: sim01.m, sim02.m ... sim20.m I can automate the collection of the names of the files with >file_list:=FileTools[ListDirectory]("D:\\MapleVariables\\Data"): but how do I automate the reading of the files ie how do I append each file name in file_list to the end of the command: >read "D:\\MapleVariables\\Data so I can then read it
Please Wait...