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 an OS independent file separator. #162

Merged
merged 2 commits into from
Jan 26, 2024

Conversation

dshunter107
Copy link
Contributor

Closes issue #160

Before, the file directory was specified using only the windows file
separator. As a result, users with other operating systems would have an
error. This pull request fixes that.

Closes issue Samyssmile#160

Before, the file directory was specified using only the windows file
separator. As a result, users with other operating systems would have an
error. This pull request fixes that.
@dshunter107
Copy link
Contributor Author

Hello.

I used the Paths class because it seemed like it provided for neat code. Let me know if you would prefer that I use Path.separator instead.

@Samyssmile Samyssmile closed this Jan 23, 2024
@Samyssmile Samyssmile reopened this Jan 23, 2024
@Samyssmile Samyssmile merged commit b2a74c4 into Samyssmile:main Jan 26, 2024
5 checks passed
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 this pull request may close these issues.

2 participants