sanitize-platform-path   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/llvmti.xtm

Implementation

(define sanitize-platform-path
  (lambda (path)
    (if (string=? (sys:platform) "Windows")
        (Windows-convert-unix-path path)
        path)))


Back to Index