A simple way to open Windword.exe

Paul Ryan 331 Reputation points
2020-07-28T12:52:06.97+00:00

Hi,
is there s simple way to open winword, in the past I used "Process.Start("WinWORD.EXE", LT05_In_File)"

Also is there a way to program to allow "broadFileSystemAccess" without going to 'settings-privacy-filesystem' manually

thanks

Developer technologies | Universal Windows Platform (UWP)
0 comments No comments
{count} votes

Accepted answer
  1. Fay Wang - MSFT 5,226 Reputation points
    2020-07-29T02:04:53.703+00:00

    Hello,

    Welcome to Microsoft Q&A!

    There's no API to open Microsoft word app in UWP directly. You could use Launcher.LaunchFileAsync method to open an existing file to launch the word app. You could use FileOpenPicker or get the file directly from the local folder. You can download this TXT file to check it.

    Thanks.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.