cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
How to find all files
How to find all files
Aug 12, 2009 at 9:08pm UTC
Null
(957)
How can i find all files on the volume (or search by extension)?
Thanks!
Aug 13, 2009 at 4:31am UTC
webJose
(2948)
Read about the FindFirstFile() function in the MSDN library:
http://msdn.microsoft.com/en-us/library/aa364418%28VS.85%29.aspx.
That should put you in the right track.
Aug 13, 2009 at 11:52am UTC
Null
(957)
Thank you.
Topic archived. No new replies allowed.