In local.glasgow-haskell-users, you wrote: > It might even be possible to create the file and then > remove(3) it, right away. The file handle will continue to > work, but there is never an entry in the file system.
IIRC this is not possible because files are referenced in the different phases by name. If nothing goes wrong, temporary files should be deleted. -- http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME rage against the finite state machine _______________________________________________ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
