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?