Can we add Find_First and Find_Next to File Abstraction functionality?

I often need to scan a directory. Is it possible to add FindNextFile and FindFirstFile functionality?

I know this question has been asked before, but I don’t want a platform specific solution.

Just wondered if this ever got added?

2 Likes

I’d still love it if this could be added to SDL! Any chance it’ll ever happen?

2 Likes

std::filesystem could help you if you use C++17 compiler.