Mail Archives: djgpp-workers/1999/02/07/04:44:40
On Sat, 6 Feb 1999, DJ Delorie wrote:
> Given the volume of people getting lfn/sfn installations wrong, I'd
> like to rethink the idea I had before about open() automatically
> checking both lfn and sfn (default one first, then the other) when
> asked to open files for reading.
This will not help on NT, of course.
In addition, I suspect that at least some programs use `stat' or
`access', rather than `open', to find out whether a file exists.
Also, there should be some way of turning off this feature.
- Raw text -