I have made a c# app to access files that was in the Recent Files. But i need to open the file when clicked. How can i do it?
Code : https://i.stack.imgur.com/I4pSD.jpg
NB: My app shows files that has been used by the user recently. The name of the file he used will be showed when user switches on the pc next time. So that he can access it quickly and easily. I have accessed the Recently Used Files in windows and retrieved the file name. But I don't know about the code to open that file. That's what I am asking. File name is directly retrieved from the recent files.