Hi all,
Please could you advise what is the best way to order a directory of files in ascending order to create a list?
We are currently using the following code but would like to order by date modified if possible:
system.IO.Directory.GetFiles(“C:\RPA\Vector Reports”,“IW28*”)
Any help would be much appreciated.
Thanks,
Tony