I have a list of file names. These files are inside a single folder. Is it possible using .Net to select/highlight the files in windows explorer?
I would like to simulate the selection as shown in the explorer screenshot below.
Note: I know how to search/copy/move files in .Net. But this is something which I have not read anywhere in my google search attempts.
I went through this question, but it is dealing with shell functions. I am looking for anything that can be done through c#.