Mail Archives: djgpp/2002/12/04/05:01:41
lscholta AT gmx DOT de wrote:
: Hello,
: I have a problem with "findfirst": I have written a program which is
: searching for *.c files in the current directory and in subdirectories. Although i
: have add "FA_DIREC",it works only in the current directory but files in
: subdirectories were not found. Where is the problem? Use the latest version for
: Windows NT. Please help.Thanks.
You seem to have misunderstood what FA_DIREC does. It doesn't find
recursively. It returns the (sub)directories in the findfirst()ed
directory.
Right,
MartinS
- Raw text -