[Haskell-cafe] File I/O question
John Melesky
list at phaedrusdeinus.org
Fri Mar 14 13:05:02 EDT 2008
On Mar 12, 2008, at 4:07 PM, Andrew Coppin wrote:
> I'm trying to read the file from Notepad.exe while my Haskell
> program is still running - which takes about an hour.
I'm not a Windows user, but... Is it possible that Notepad tries to
write-lock by default (since it's an editor), and fails? Put another
way, have you tried other ways of reading the file? Heck, copying the
file should be a read-only action. Can you copy it during the runtime,
and open the copy?
-johnnnnnnn
More information about the Haskell-Cafe
mailing list