get directory listing using stl

Started by
2 comments, last by jetxmx 18 years, 9 months ago
hi, i'd like to know what class/function i could use to get the list of directories in a certain drive/path using stl. thanks in advance.
Advertisement
That is platform specific, use a cross-platform library such as boost::filesystem.
thanks snk_kid, i'll try that.
i've tried it, works great, thank you very much! :D

This topic is closed to new replies.

Advertisement