Thread overview
Directory scanning ?
Oct 16, 2004
james.ma
Oct 17, 2004
Walter
Dec 17, 2004
Matthew
October 16, 2004
Is there any way to find out what files are in a directory ? Thanks.

James


October 17, 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
>
>


December 17, 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
>>
>>
>
>