I'm wrting code for a tool which runs on a raspberry pi. That tool should download an HTML-File and open it in a webview.
After the download The file is located in this path:
\\192.168.2.79\c$\Data\Users\DefaultAccount\AppData\Local\Packages\f2f9d0b2-0e90-4494-bcbf-12da27846733_dd744mn1wdq44\AC\Temp\de-DE\index.html
To open it in a webview it has to look like this (example from MS-Page):
ms-appdata:///local/intro/welcome.html
how do I convert it correctly?