|
-
February 20th, 2009, 02:17 PM
#1
CFileFind
I am working with a function that is searching for files. I want to give it a directory, and have it search every directory and file within that initial directory. I know in .net there is a files->length, and this is what I am looking for but in MFC. I checked and I didn't seem to find anything equivalent for CFileFind. Does anybody know a way to do this?
-
February 20th, 2009, 02:40 PM
#2
Re: CFileFind
search the FAQ's - you'll find your answer
-
February 20th, 2009, 02:44 PM
#3
Re: CFileFind
 Originally Posted by cardio5643
... and this is what I am looking for but in MFC. I checked and I didn't seem to find anything equivalent for CFileFind. Does anybody know a way to do this?

CFileFind is an MFC class which is a wrapper for APIs FindFirstFile/FindFirstFile/FindClose.
And CFileFind is the first link Google shows you if you search for CFileFind.
Victor Nijegorodov
-
February 20th, 2009, 09:29 PM
#4
Re: CFileFind
 Originally Posted by cardio5643
.... I know in .net there is a files->length, and this is what I am looking for but in MFC....
Yes, but also note that .Net's built-in directory/file functions will not run through all directories and files even with or without permits
Regards.
~V
hi,,,
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|