Mail Archives: djgpp-workers/1999/04/15/06:43:38
On Wed, 14 Apr 1999, Salvador Eduardo Tropea (SET) wrote:
> Should djgpp behave like this. I mean: unlink checks in the list of opened
> files, if the file is open it just sets a flag (not call) and then in close
> check this flag and if needed remove the file... hmmm can be implemented,
> don't know if that's really needed.
IMHO, it isn't worth the hassle. The other DOS/Windows compilers
don't do that, so a portable piece of software needs some solution for
those compilers anyway.
It's an OS issue; as I told elsewhere, on NT it really works.
- Raw text -