Mail Archives: djgpp/1992/07/07/13:11:02
I have found that stat() fails when trying to stat the root directory
"/". I have tried the following combinations:
stat("/", &buf);
stat("/.", &buf);
stat("c:/", &buf);
All of these fail, and set errno to 2 (file not found). Does anyone
know why? Does anyone know how to fix this, or at least a workaround?
I compiled the FSF "ls" program, and it won't give me an ls of "/"
because of this. Annoying.
--
Eric Backus
ericb AT hplsla DOT hp DOT com
- Raw text -