Skip to content

Instantly share code, notes, and snippets.

@Maddix
Created September 12, 2016 17:35
Show Gist options
  • Select an option

  • Save Maddix/2d59d03cdf7dfa0053383f2d6ca86547 to your computer and use it in GitHub Desktop.

Select an option

Save Maddix/2d59d03cdf7dfa0053383f2d6ca86547 to your computer and use it in GitHub Desktop.
Join multiple strings together with the appropriate slash for the os to make a complete path.
(define (join-paths)
(join (flat $args) (if (= ostype "Windows") {\} "/")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment