mohamed reda

mohamed reda

  • NA
  • 39
  • 2.4k

how to open folder in new form by using C#?

May 10 2020 4:31 PM
i used the following code to open a folder on drive E:\
 
System.Diagnostics.Process.Start("explorer.exe", @"E:\teste");
 
the question is " how to open the folder "teste" inside form by using C#

Answers (1)