(file-exists?): Use stat rather than access?, so as to
authorKevin Ryde <user42@zip.com.au>
Fri, 12 Sep 2003 23:35:54 +0000 (23:35 +0000)
committerKevin Ryde <user42@zip.com.au>
Fri, 12 Sep 2003 23:35:54 +0000 (23:35 +0000)
commit833fc2f186a52c9b4180fcd215e7faae626bbb80
treea5b7d9e76a45530782bdbd1c9cb12bc4967c2190
parent97a61c5f91dc2524bac085a373890543a3fb21f5
(file-exists?): Use stat rather than access?, so as to
follow the effective UID/GID not the real ID.  file-exists? is
normally be used as a prelude to opening or some other operation, and
it's the effective ID which will apply there.  Emacs file-exists-p
uses stat, presumably for the the same reason.
ice-9/boot-9.scm