Try with this expression
Directory.GetFiles(YourFolderPath,"*.xlsx").OrderByDescending(Function(d) New FileInfo(d).CreationTime).Tolist(0)
Regards
Gokul
Try with this expression
Directory.GetFiles(YourFolderPath,"*.xlsx").OrderByDescending(Function(d) New FileInfo(d).CreationTime).Tolist(0)
Regards
Gokul