Can someone explain how I would search for a folder (not a file) by name. I'm thinking I would user WIN32_FIND_DATA? All the examples I found were to search for a specific file. Anyone, can someone get me off in the right direction?
Thanks
This is a discussion on Search For a Directory within the C++ Programming forums, part of the General Programming Boards category; Can someone explain how I would search for a folder (not a file) by name. I'm thinking I would user ...
Can someone explain how I would search for a folder (not a file) by name. I'm thinking I would user WIN32_FIND_DATA? All the examples I found were to search for a specific file. Anyone, can someone get me off in the right direction?
Thanks
If you take something apart and put it back together enough times, you will eventually have enough parts left over to build a second one.
7. It is easier to write an incorrect program than understand a correct one.
40. There are two ways to write error-free programs; only the third one works.*
Oops, Thanks.
If you take something apart and put it back together enough times, you will eventually have enough parts left over to build a second one.