Reputation: 1058
I have a UWP app that uses WebView to display my web content.
Installing my app on windows creates
C:/Users/[USER_NAME]/AppData/Local/Packages/[MY_APP_NAME]/[SOME_FOLDER]
Is there any way in js to retrieve the path to this folder? I don't want to hardcode it. Thank you
Upvotes: 1
Views: 758
Reputation: 300
Although not a complete solution this here might help set you on your way a-lot! https://stackoverflow.com/a/19276432/9700357
Upvotes: 0