[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Input/output file port



Quoting Manuel Giraud:
>         Is there a way with MzScheme v103 to open a file both as input
>         and output port (same behaviour as the "r+" flag of fopen)?

Not currently, though it's definitely needed.

I've nearly implemented it several times, but every time I start, I get
stuck on problems with file positions and non-blocking I/O. I'll try
again for version 201.

Matthew