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