[Skia] ApplicationData.Current.LocalFolder
redirects to %appdata%
#8910
Labels
difficulty/starter 🚀
Categorizes an issue for which the difficulty level is reachable by newcomers
kind/bug
Something isn't working
project/non-ui ⚙️
Categorizes an issue or PR as relevant to winrt (non-ui)
Current behavior
ApplicationData.Current.LocalFolder
redirects to %appdata%, but should redirect to a more app-specific folder.Expected behavior
Writing to
ApplicationData.Current.LocalFolder
should be specific to the running app.Anything else we need to know?
Note for contributors
The behavior for this is currently undefined, as it is mapped to the UWP behavior. We should be mapping to the behavior that
ApplicationData.Current.LocalFolder
shows when running a unpackaged WinAppSDK app for the same API.The text was updated successfully, but these errors were encountered: