[Haskell-cafe] File I/O question

Don Stewart dons at galois.com
Wed Mar 12 17:13:47 EDT 2008


andrewcoppin:
> 
> Nope. Just WriteMode. I'm trying to read the file from Notepad.exe while 
> my Haskell program is still running - which takes about an hour.
> 

Oh, you want another process in the system to read the file while GHC is
writing to it? This works fine on unix systems -- and perhaps Neil, or
one of the other windows experts, can explain what the story is on Windows.

-- Don


More information about the Haskell-Cafe mailing list