PCLStorage.FileSystem.Current.LocalStorage is incomplete

14 views Asked by At

I use Microsoft Visual Studio Community 2022 (64-bit) - Preview Version 17.9.0 Preview 3.0

In an UWP app I use: IFolder folder = PCLStorage.FileSystem.Current.LocalStorage; folder = C:\Users\username\AppData\Local... instead of C:/Users/username/AppData/Local/Packages/bc...k6/LocalCache/Local/... Launcher.OpenAsync cannot find the file.

How can I get the complete folder from PCLStorage?

0

There are 0 answers