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?
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?