Assuming files are all in same folder you can use foreachloop with file enumerator to iterate through files. Then inside file use below logic in a script task to get datemodified value.
http://msdn.microsoft.com/en-us/library/zds3tce6(v=vs.90).aspx
Once you get it you can store it in a variable created in ssis and then use it for further processing. or if you want it for looping store filename along with datemodified inside a ADO recordset inside script task. then have a further loop to loop through
files in the order of modified date value you stored.
Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs