Convert-Path

(convert-path string) -> string

Replaces any instance of the path-separator as defined by the host operating system with "/".

Example:

>> (convert-path "lib\mosc")
:: "lib/mosc"