1

Possible Duplicate:
How do you iterate through every file/directory recursively in standard C++

Hello everyone!

I've been looking for a way to check if a determined folder is empty or not, and if it isn't, list the existing files in the folder, but of course to no avail.

I've been looking around and found something called dirent.h and something else called boost. Is there any way to achieve my goal without using this? If there isn't which one would be the best bet?

thanx in advance

Community
  • 1
  • 1
hikizume
  • 578
  • 11
  • 25
  • Also http://stackoverflow.com/questions/3170440/cross-platform-recursive-file-list-using-c and probably others. – Cascabel Oct 19 '10 at 13:18
  • The upshot of any of the related questions is that no, there is no way to do this without using some sort of library like boost. The functionality isn't part of the C++ standard. – Cascabel Oct 19 '10 at 13:19

0 Answers0