I have a folder/directory that contains some sub directories.
Only those sub folders contain files. I have to get the full path of last created files in each sub folder.
Only the last created file in each sub folder is needed.
How can I do this? How can I use linq to files stem for this