open a specific folder
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hi I want to open a specific folder (e.g. "D:\test\") with windows explorer using C#.Net. What should I do? Thanks in advance
-
Hi I want to open a specific folder (e.g. "D:\test\") with windows explorer using C#.Net. What should I do? Thanks in advance
If you pass a path to Process.Start, I believe it will open it.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Hi I want to open a specific folder (e.g. "D:\test\") with windows explorer using C#.Net. What should I do? Thanks in advance
If you use folder browser just type the default folder you want this dialog to ope in the "SelectedPath" property