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

joinpath bug on Windows for relative folders #33475

Closed
musm opened this issue Oct 5, 2019 · 0 comments · Fixed by #33477
Closed

joinpath bug on Windows for relative folders #33475

musm opened this issue Oct 5, 2019 · 0 comments · Fixed by #33477

Comments

@musm
Copy link
Contributor

musm commented Oct 5, 2019

 julia> joinpath("C:\\a\\b", "c:c\\e")
"c:c\\e"

Expected

 julia> joinpath("C:\\a\\b", "c:c\\e")
"c:\\a\\b\\c\\e"

Since c:c\\e is a relative folder in the drive c:, which is the same as the C:, because drive letters are case-insensitive.

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

Successfully merging a pull request may close this issue.

1 participant