At the moment Launch() can launch the browser with a link to a file in OneDrive etc., but not to a file from the Local file system. For example, Launch("file://D:\test.html") does not work. So, we need to
1. Add support for accessing the local file system (to read and also to write).
2. Ability to lauch other programs also. For example, when we retrieve a pdf stored in AzureSQL, we should be able to Launch() Adobe Reader, passing the retrieved file as a parameter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.