Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to write the code to display files and directories in a driver

Status
Not open for further replies.

hungnguyen

Programmer
Sep 22, 2000
43
US
Hi All,

As I asked before that how I can write a code to display all files and sunfoders of a directory. Some one suggest me using class CFileFine.
However, where I can find the class?? I mean what library is the class in?? Please tell me more specific.
Thanks
Hung Nguyen
 
Hi

The class CFindFile ( and not CFileFine, sorry if I made a typo) is a MFC class

I guessed you are using MFC ... do you ?

Email me if you need more

Thierry
EMail: Thierry.Marneffe@swing.be
 
Would you be more specific??
Also What code you should write to indicate whether the drive is ready???
if you have a familiar source code, please give so.
Thanks a lot
 
The dir.h header file contains functions to get directory information.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top