cage wrote:

> hello
> 
> can i write a eof to a file descriptor without closing it?
> like:
> fd.write(EOF)
> or something
> 
> grts,
> ruben

No but there is an EOF to the file anyway, even if it is open.

I recall under MS-DOS, you could create a file of size N without writing to
it (some INT21 or 9 ? call to modify the FAT) ... not really possible
anymore.

Philippe


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to