I'm very new to the windows development environment and need to write a small program where if I press a button (say test), a windows explorer window must open at a specific preset directory (for example C:/test)
My IDE is visual studio 2019 and writing in C#, any idea where I can start?