www.digitalmars.com         C & C++   DMDScript  

c++ - directory scan

reply "Ed Schroder" <rebel777 home.nl> writes:
Does anybody have a piece of c-code that produces a list of all directories
on a drive using findfirst/findnext?

Thanks in advance.

Ed
Jul 25 2004
parent "Matthew" <admin.hat stlsoft.dot.org> writes:
Check out recls (http://recls.org/downloads.html/), which does recursive
file-system (and FTP!) searching. It's a C-API,


"Ed Schroder" <rebel777 home.nl> wrote in message
news:ce03cg$23g7$1 digitaldaemon.com...
 Does anybody have a piece of c-code that produces a list of all directories
 on a drive using findfirst/findnext?

 Thanks in advance.

 Ed
Jul 26 2004