July 25, 2004
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


July 26, 2004
Check out recls (http://recls.org/downloads.html/), which does recursive file-system (and FTP!) searching. It's a C-API,
with mappings to C++, D, Java, Ruby, STL, and C#.NET.

"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
>
>