Reading a CSV file from downloads folder with different names

@Sahil_J_Patel -

StrGetCSV = Path.GetFileName(Directory.GetFiles(“Your Folder”,"*.csv").OrderByDescending(Function(d) New FileInfo(d).LastWriteTime).First)