Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This is a little problem we solved to make it easier to run scripts from windows customers on a Mac OS computer. This helper wrapper translates windows paths with \ into / characters.

This is part of the ‘shim’ library the converter uses. This shows it in action:Image Removed

...

Did you know that you just use / style separators on windows? It generally makes for more readable code since you don’t need to escape them like forward slashes.

...