(file-readable? "/not/there")
Exception trapped by debugger.
Condition components:
&error
&who: file-readable?
&message: "ENOENT: No such file or directory"
&i/o-filename: "/not/there"
I think it would be better to raise &i/o-file-does-not-exist-error', instead of its supertype&i/o-filename', as it would convey more
(machine-understandable) information to the caller.
Launchpad Details: #LP405944 Andreas Rottmann - 2009-07-28 14:13:49 -0400
The current behavior:
Ikarus Scheme version 0.0.4-rc1+, 64-bit (revision 1829, build 2009-07-28) Copyright (c) 2006-2009 Abdulaziz Ghuloum
I think it would be better to raise
&i/o-file-does-not-exist-error', instead of its supertype
&i/o-filename', as it would convey more (machine-understandable) information to the caller.Launchpad Details: #LP405944 Andreas Rottmann - 2009-07-28 14:13:49 -0400