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

ConfigurationFile paths #17

Closed
WWOL opened this issue Jun 23, 2012 · 1 comment
Closed

ConfigurationFile paths #17

WWOL opened this issue Jun 23, 2012 · 1 comment
Assignees
Labels

Comments

@WWOL
Copy link
Member

WWOL commented Jun 23, 2012

When creating a ConfigurationFile the path must be split by a / for the auto creation to work. This caused a bit of trouble when I was using File.seperator and wondering why it didn't work. I had to look at the source to figure it out. Perhaps it should use lastIndexOf(File.seperator) instead of lastIndexOf("/")? Or just replace all File.seperator with "/"?

Thoughts?

WWOL

@14mRh4X0r
Copy link
Member

It would indeed be better if we'd use File.separator instead of "/".

@ghost ghost assigned 14mRh4X0r Jun 23, 2012
@Jarvix Jarvix closed this as completed in ce3270d Jun 23, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants