split-paths
function
babashka.fs/split-paths
(split-paths [joined-paths])Splits a `joined-paths` list given as a string joined by the OS-specific [[path-separator]] into a vec of paths.
On UNIX systems, the separator is ':', on Microsoft Windows systems it is ';'.
Examples
No examples yet. Be the first to add one!