Graeme Moss <[EMAIL PROTECTED]>:
> Is the 1.4 Library module Directory not supported by Hugs 1.4?  I
> can't find it or the functions it exports.

Sorry, no.

> I wish to remove a file.  I could ignore DOS and do `system "rm file"'
> but this is less than ideal.
> Supporting `doesFileExist' would also solve my previous problem
> (catching an attempt to open a nonexistent file).

There's an idea: we could implement most of them using system calls
in Unix.  Wouldn't work so well in DOS because the exitcodes don't
work in DOS ...

--
Alastair Reid              Yale Haskell Project Hacker
[EMAIL PROTECTED]  http://WWW.CS.Yale.EDU/homes/reid-alastair/


Reply via email to