Skip to content

Instantly share code, notes, and snippets.

@nrolland
Created August 7, 2014 05:57
Show Gist options
  • Save nrolland/01796c3236cae0cc7db2 to your computer and use it in GitHub Desktop.
Save nrolland/01796c3236cae0cc7db2 to your computer and use it in GitHub Desktop.
let toSystemPath (s:String) = s.Split([|'/'|])|> String.concat (System.IO.Path.DirectorySeparatorChar.ToString())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment