c++.rtl - Directory scanning ?
- james.ma sbcglobal.net (3/3) Oct 15 2004 Is there any way to find out what files are in a directory ?
Is there any way to find out what files are in a directory ? Thanks. James
Oct 15 2004
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
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