How to launch a file in UWP?

Viewed 1093

I want to launch the xml file from local state folder of my appx. I am unable to launch file using var file= ApplicationData.current.LocalFolder.GetFileAsync(); Launcher.LaunchFileAsync(file).Is there any way to launch the file in UWP?

1 Answers
Related