www.digitalmars.com         C & C++   DMDScript  

c++.rtl - Directory scanning ?

reply james.ma sbcglobal.net writes:
Is there any way to find out what files are in a directory ?
Thanks.

James
Oct 15 2004
parent reply "Walter" <newshound digitalmars.com> writes:
findfirst/findnext in dos.h. Or FindFirstFile, FindNext in the Windows API.

<james.ma sbcglobal.net> wrote in message
news:ckqeb1$auu$1 digitaldaemon.com...
 Is there any way to find out what files are in a directory ?
 Thanks.

 James
Oct 16 2004
parent "Matthew" <admin.hat stlsoft.dot.org> writes:
Or recls - http://recls.org/


"Walter" <newshound digitalmars.com> wrote in message
news:cksok1$2d6a$2 digitaldaemon.com...
 findfirst/findnext in dos.h. Or FindFirstFile, FindNext in the Windows API.

 <james.ma sbcglobal.net> wrote in message
 news:ckqeb1$auu$1 digitaldaemon.com...
 Is there any way to find out what files are in a directory ?
 Thanks.

 James
Dec 16 2004