Click to See Complete Forum and Search --> : DIR command


August 27th, 1999, 09:04 AM
In VB you have the DIR(path) command to know the contain of a directory. What is the equivalent in C++???
Thanks

Dmitriy
August 27th, 1999, 09:24 AM
You have to use _findfirst()
and _findnext(), also _findclose()
or
CFileFind class.


Dmitriy, MCSE