mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 10:10:23 +02:00
Add another comment to:
(file-exists?): Use stat rather than access?, ...
This commit is contained in:
parent
5dc1ba739f
commit
f319727482
1 changed files with 1 additions and 0 deletions
|
@ -407,6 +407,7 @@
|
|||
(if (provided? 'socket)
|
||||
(primitive-load-path "ice-9/networking.scm"))
|
||||
|
||||
;; For reference, Emacs file-exists-p uses stat in this same way.
|
||||
;; ENHANCE-ME: Catching an exception from stat is a bit wasteful, do this in
|
||||
;; C where all that's needed is to inspect the return from stat().
|
||||
(define file-exists?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue