Scanning a directory for files

Started by
1 comment, last by Lacrosse2000 22 years, 10 months ago
I am wondering how I can scan a certain directory for all the .bmp files (windows). This is for a level editor. Basically what I want is some sort of function that possibly returns a linked list or array of char*''s or something, but I am willing to adapt to just about anything.
Advertisement
Look up FindFirstFile and FindNextFile.

Resist Windows XP''s Invasive Production Activation Technology!
http://druidgames.cjb.net/ (If my website isn''t down, it''s a miracle!)
hahaha..I knew there was a super easy method..Thanks

This topic is closed to new replies.

Advertisement