Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace path delimiter with File.separator #187

Open
bryantaustin13 opened this issue Feb 5, 2021 · 1 comment
Open

Replace path delimiter with File.separator #187

bryantaustin13 opened this issue Feb 5, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@bryantaustin13
Copy link
Contributor

Describe the bug
Throughout the project "/" is used as a delimiter for file paths. This is OS specific. The "/" is for Linux/Mac and the "" is for Windows. We need to replace the delimiter with File.separator which is not OS specific. I replaced it in BundleResources.java. We need to be careful to differentiate between url paths and file paths.

To Reproduce
Search the java files for "/"

Expected behavior
File paths will work regardless of the OS.

@c-schuler
Copy link
Contributor

Fix for this has been merged into the operation-overhaul branch - close when that branch is merged into master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants