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

Support forward-slash ("/") as a separator in the Windows implementation of OS.Path #280

Closed
JohnReppy opened this issue Aug 4, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request fixed-in-110.99.5 issues that will be fixed in the 110.99.5 version windows

Comments

@JohnReppy
Copy link
Contributor

Description

While the canonical path separator on Windows is the backslash character, forward slash is also accepted and so the OS.Path module should support it. See File path formats on Windows systems for details.

@JohnReppy JohnReppy added the enhancement New feature or request label Aug 4, 2023
@JohnReppy JohnReppy self-assigned this Aug 4, 2023
JohnReppy added a commit that referenced this issue Jan 30, 2024
characters.  For Windows, we now recognize #"/" as a valid arc sepatator,
which addresses issue #280 (Support forward-slash ("/") as a separator
in the Windows implementation of OS.Path).
@JohnReppy JohnReppy added the fixed-in-110.99.5 issues that will be fixed in the 110.99.5 version label Jan 30, 2024
@JohnReppy
Copy link
Contributor Author

Fixed for 110.99.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixed-in-110.99.5 issues that will be fixed in the 110.99.5 version windows
Projects
None yet
Development

No branches or pull requests

1 participant