Don't follow symbolic links
This commit is contained in:
parent
1671ae0ee3
commit
ad17026fa6
|
@ -21,7 +21,7 @@
|
||||||
(lambda (condition more)
|
(lambda (condition more)
|
||||||
(format #t "condition while fs-object-info: ~a" condition)
|
(format #t "condition while fs-object-info: ~a" condition)
|
||||||
#f)
|
#f)
|
||||||
(file-info (combine-path path name))))))
|
(file-info (combine-path path name) #f)))))
|
||||||
|
|
||||||
(define-record-discloser :fs-object
|
(define-record-discloser :fs-object
|
||||||
(lambda (r)
|
(lambda (r)
|
||||||
|
|
Loading…
Reference in New Issue