How do I read file names
We all know how to read in files such as txt files in C++. But let's say I want to specify a directory (like My Documents) and I want to read the names of all the files in My Documents... Is there a way to do that in C++? :confused:
AY

