c++ - directory scan
- Ed Schroder (4/4) Jul 25 2004 Does anybody have a piece of c-code that produces a list of all director...
- Matthew (3/7) Jul 26 2004 Check out recls (http://recls.org/downloads.html/), which does recursive...
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
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