Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
filename-from-path
scheme
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/runtime/scheme.xtm
Implementation
(
define
filename-from-path
(
lambda
(
path
)
(
car
(
reverse
(
regex:split
path
"/"
)))))
Back to Index