I am getting a string from an API and I need to open this string using the standard windows notepad.
I tried:
await Launcher.LaunchUriAsync(new Uri(@"C:\Windows\System32\notepad.exe"));
But nothing happened at all.
I am getting a string from an API and I need to open this string using the standard windows notepad.
I tried:
await Launcher.LaunchUriAsync(new Uri(@"C:\Windows\System32\notepad.exe"));
But nothing happened at all.