Answer the question
In order to leave comments, you need to log in
How to open a folder in c#?
I tried to open the folder with: System.Diagnostics.Process.Start(***) but that only opens files.
I would like to open exactly the folder in the specified directory.
Note: I want to open a folder, not read or get data from it. I need to open a "window".
Answer the question
In order to leave comments, you need to log in
Process.Start("explorer.exe", "путь к папке");
Process.Start("explorer.exe", "C:\");
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question