Skip to content

Make Path Separators OS-Agnostic

Choose a tag to compare

@evanplaice evanplaice released this 20 Mar 15:41
· 237 commits to main since this release

Instead of hardcoding path separators (ex '/' for *nix and '\/' for Slopdows) use path.sep instead.