www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - directory scan

↑ ↓ ← "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
↑ ↓ → "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,
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

Jul 26 2004