It has been a while since I have been here, but my interest in computers is perking up again. Anyways, I would like to know if there is a standard way like through the STL to get a listing of files in a directory and there complete paths.
Printable View
It has been a while since I have been here, but my interest in computers is perking up again. Anyways, I would like to know if there is a standard way like through the STL to get a listing of files in a directory and there complete paths.
I think that will be platform dependant, there was few functions in old C/C++ compilers but I dont think they work for 32/64 bit OS. What are your priorities, are you targetting specific OS ?
No, but there is a filesystem library in the [URL=www.boost.org]boost[/b] project which can.
I was just curious. Thanks guys.