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

Windows compatibility: proper path canonicalization for all os versions and cases #66

Open
reimic opened this issue Mar 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@reimic
Copy link
Collaborator

reimic commented Mar 6, 2024

As part of the windows compatibility effort a question arose regarding proper canonicalization of paths. To quote @adamziel in a discussion on Symfony's Path method canonicalize:

I'm not sure this is the right approach as it will turn C:\Program Files\Stuff into C:/Program Files/Stuff. It might be fine but I'm not sure if it will universally work with all Windows versions and paths, e.g. what about network shared directories such as \\NetDirectory\SubPath?

Let's take a moment to analyze all potential use cases and establish a solid way to resolve all links on windows.

@reimic reimic added the enhancement New feature or request label Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant