How to I open the latest created excel file in a folder which the folder is in another folder

Directory.GetFiles(“FolderPath”,“*”,SearchOption.AllDirectories).OrderByDescending(function(f) New FileInfo(f).CreationTime).First()