Mail Archives: djgpp/1994/02/15/02:21:06
1. In the DJGPP FAQ there were a mention about an external debugger for
DJGPP ? Where can this be found (well any debugger would be ok) ?
2. How can you tell if directory entry is file or directory ? I know
there is a structure called 'dirent' but that doesn't seem to incude
that information, or does it ?
Of course a dirty way of checking this would be to try to open the
dir.entry (given by readdir) and if it opens fine it must be a normal
file.. Is there a better way ?
- Raw text -