Get most recent file of a given type in a directory with C++ <filesystem> library

Viewed 31

I am trying to find the most recent .mkv file in a directory with the C++ <filesystem> library, but I can't figure out a working solution. What is a working way to do so?

0 Answers
Related