Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Fix incorrect usage of "File.pathSeparator" instead of "File.separator" #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

centic9
Copy link
Contributor

@centic9 centic9 commented Mar 9, 2016

File.pathSeparator is actually ";" on Windows and ":" on Linux, I think the code here wanted to use "" on Windows and "/" on Linux, which is actually File.separator

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant