votes
Find newest file in large directory
Hello, I have a directory with 100.000 files. I just want to find the newest file in this directory the fastest way possible. All code that is reading all files first is to slow (so far) for this, is there any fast way to do this? (u ...
