George Russell wrote:

> (2) The logical way of spotting whether a file is actually there is the
> queryFile function, documented for example here:
>     http://haskell.cs.yale.edu/ghc/docs/latest/html/hslibs/files-and-directories.html
> But sadly the queryFile function does not appear to be in the Posix module!  At 
> least not for
> ghc5.04.2.

Apparently, `queryAccess` and `queryFile` are called `fileAccess` and `fileExist`.

Dean

_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to