Question about directorys

Started by
1 comment, last by shadowman13131 21 years, 10 months ago
Hey, Just curious, how would you get a list of files in a given directory? I''m planning on enabling my game to search for add ons or whatever else...
Advertisement
If you''re programming for Windows, look up the following API:

FindFirstFile
FindNextFile
FindClose
thank you, this is VERY helpful

This topic is closed to new replies.

Advertisement