Search and Destroy ... well almost FILE I/O and searching directories

I am interested in developing a program in embedded vc++ 4.0 which recursively searches a directory and returns all the names of the files it finds in a text file.
I know that FindFirstFile() and FindNextFile() functions are used, but could use some help in writing the actually code. Will you help me? Thanks a bunch!!!
Nate
[337 byte] By [auburnate] at [2007-11-18 20:31:56]
# 1 Re: Search and Destroy ... well almost FILE I/O and searching directories
check MSDN knowledge base. You should find some examples.
kirants at 2007-11-9 12:38:14 >