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

Add support for C:/paths/like/this/ #13

Open
SmilyOrg opened this issue Feb 12, 2014 · 2 comments
Open

Add support for C:/paths/like/this/ #13

SmilyOrg opened this issue Feb 12, 2014 · 2 comments

Comments

@SmilyOrg
Copy link

It might be a bit out of the norm, but most tools / apps I've encountered (even cmd.exe) support forward slash style absolute paths on Windows.

If this is an explicit choice a better error message than "Path isn't absolute and no reference file provided" would be helpful at least.

I've only had a cursory look at the code, so I don't know what would be the best proper way to add this, but the simplest would be to adjust the slash direction according to expectations. I suppose modifying paths is not the most expected / preferred outcome, so perhaps adding support for both directions might be better, albeit probably trickier and would double a lot of code.

@Gama11
Copy link

Gama11 commented Apr 17, 2021

Definitely seems like a bug since Windows generally supports forward slashes.

This also caused some issues for flixel-tools: HaxeFlixel/flixel-tools@01e6436

@elsassph
Copy link
Contributor

I'm afraid we don't/won't have capacity to look into this issue. A fix would be appreciated.

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

No branches or pull requests

3 participants