Hi,
This isn't directly related to Leadwerks but I guess someone can help me out here.
I'm looking for a function that returns files under a directory on Windows. (It doesn't have to be cross-platform.)
So for example, an ideal example would be something like:
vector<string> get_files_in_dir( string directory );
I'm fine with Win32 API functions but I'm trying to avoid using boost.
Can anyone help me out here?