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

Resolve symlinks when loading app:/// and file:/// URLs on Windows #11

Conversation

docEdub
Copy link
Contributor

@docEdub docEdub commented Oct 2, 2023

The WinRT file API does not resolve symlinks when used in Win32 apps.
This change replaces the WinRT file API with calls to C++ STL fstream
functions which does resolve symlinks on Win32 builds.

The WinRT file API does not resolve symlinks when used in Win32 apps. This change replaces the WinRT file API with calls to C++ STL fstream functions which resolves symlinks on both UWP and Win32 builds.
@docEdub docEdub changed the title Resolve symlinks when loading app:/// and file:/// urls Resolve symlinks when loading app:/// and file:/// urls on Windows Oct 2, 2023
@docEdub docEdub changed the title Resolve symlinks when loading app:/// and file:/// urls on Windows Resolve symlinks when loading app:/// and file:/// URLs on Windows Oct 2, 2023
@docEdub docEdub merged commit 0cd1dca into BabylonJS:main Oct 3, 2023
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