[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Filemode of a closed file
- To: (BUG LISP) at MIT-MC
- Subject: Filemode of a closed file
- From: GZ at MIT-MC (Gail Zacharias)
- Date: Mon, 5 Jan 81 08:05:00 GMT
- Original-date: 5 JAN 1981 0305-EST
There doesn't seem to be a way to get the open-specs (i.e. stuff like
IN/OUT/APPEND, ASCII/FIXNUM, SINGLE/BLOCK) of a closed file. The stuff is
obviously there since defaulting for re-opening uses it. As it is, I need
to re-open the file to get this info, and this doesn't work right for a
">" type file opened in OUT mode (since the version number gets bumped by
one upon re-opening)