hi everbody
I was opening all files in a certain folder I've used WIN32_FIND_DATA, FindFirstFile, FindNextFile. it works well but for certain extension that i ask the user to enter
i.e it will get only all the files with the extension given by he user and ignore any thing else (files with other extensions or sub folders )
so I was asking if there was a way to deal with all the files in the same manner (not mention the extesion ??? but how to deal with the file with any fstream in this case????????) and also by the way what if I want to get the files in a sub folder that exist in the specified folder (I want to travel through any folder till find a file )
????
thanks in advance