It would be useful to have a function or functions to enumerate files in a directory. It's ok if it would be limited to the game's directory itself, for security reasons.
The easiest way is probably a "string FindFirstFile (const string filespec)" and "string FindNextFile (void)".
Anyone else who'd find this useful?
The easiest way is probably a "string FindFirstFile (const string filespec)" and "string FindNextFile (void)".
Anyone else who'd find this useful?