I need to recurse a directory for a particular file. I actually need the subdirectory's name for recursion. My FindFirstFile() says that it found a file with the DIRECTORY attributes, but doen't give me the name of it. Any help?
Thanks.
Printable View
I need to recurse a directory for a particular file. I actually need the subdirectory's name for recursion. My FindFirstFile() says that it found a file with the DIRECTORY attributes, but doen't give me the name of it. Any help?
Thanks.
My FindFirstFile() says that it found a file with the DIRECTORY attributes
LPWIN32_FIND_DATA parameter get the inforamtion
you need