Handbook
Glossary
last-path-separator ( path -- n ? )
Vocabulary
io
.
pathnames
Inputs
path
an
object
Outputs
n
an
object
?
an
object
Definition
USING:
sequences
;
IN:
io.pathnames
:
last-path-separator
( path -- n ? )
index-of-last
[
path-separator?
]
find-last-from
;