haskell / file-io

File IO (read/write/open) for OsPath API
11 stars 4 forks source link

Windows issues #1

Closed hasufell closed 11 months ago

hasufell commented 2 years ago

ReadWriteMode seems to misbehave?

joeyh commented 11 months ago

I'm considering using this to replace FilePath code that uses ReadWriteMode and I'm curious how it misbehaves on windows?

hasufell commented 11 months ago

I don't remember. It was reviewed by the directory maintainer and the Win32 maintainer. I'm guessing this must have been fixed.

hasufell commented 11 months ago

I couldn't produce any discrepancy from the regular openBinaryFile anymore.