kmd-uwp
kmd-uwp copied to clipboard
Can't open executable files
I'm not sure if it's on my end or not, but I can't open executables. Other files such as pictures, text files and stuff work but executable files do not work.
It's Windows.Storage restriction. We are working on it, to get rid of Windows.Storage and use native System.IO. It will be in next release for sure.
Don't worry guys, I've found the code the official Microsoft Code Snippet which lets you launch executables!: https://github.com/Microsoft/Windows-task-snippets/blob/master/tasks/Launch-executable.md
Thanks, I will have a look.
Any luck?