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

Use joinpath instead of concatenating strings with "/" #4

Closed
juliohm opened this issue Jun 23, 2020 · 1 comment
Closed

Use joinpath instead of concatenating strings with "/" #4

juliohm opened this issue Jun 23, 2020 · 1 comment

Comments

@juliohm
Copy link
Member

juliohm commented Jun 23, 2020

Could you please replace all occurrences of path concatenation with strings by joinpath(foo, bar, baz) instead? It will take care of using the appropriate connector on Windows, Linux, etc. Not necessary a forward slash "/".

@juliohm
Copy link
Member Author

juliohm commented Jun 25, 2020

Feel free to close the issues when you have them solved in the master branch 👍

@juliohm juliohm closed this as completed Jun 25, 2020
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

1 participant