Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
Windows-convert-unix-path
scheme
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/runtime/llvmti.xtm
Implementation
(
define
Windows-convert-unix-path
(
lambda
(
unix-path
)
(
regex:replace-all
unix-path
"/"
"\\"
)))
Back to Index