Mail Archives: djgpp-workers/1998/03/16/11:03:38
On Mon, 16 Mar 1998, Martin Stromberg wrote:
> Right now I think that my mkdir.c patch minus the slashes messing is
> good. How about putting it into libc?
Once again, I'm not sure calling `statfs' from `mkdir' is such a good
idea. Comments, anybody?
> I'll look into the error codes from DOS, to see if there's a solution
> for the too deep directory nesting.
You need at least check `_USE_LFN' and bypass the too-deep-nesting test,
as Windows 95 doesn't have this lossage (AFAIK).
- Raw text -