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