Handbook
Glossary
first-existing ( paths -- path/f )
Vocabulary
io
.
files
.
temp
.
macos
.
private
Inputs
paths
an
object
Outputs
path/f
an
object
Definition
USING:
io.files
kernel
sequences
;
IN:
io.files.temp.macos.private
:
first-existing
( paths -- path/f )
[
file-exists?
]
find
nip
;
inline