> I'm using .NET 1.1
> I want to open a folder in windows explorer using given its path.
> I managed to open a file using System.Diagnostics.Process.Start(fileName);
That way works for folders too. Just give it a folder name instead of a file
name
/claes
Shehab Kamal - 21 Mar 2006 08:26 GMT
Thanks it worked.
> > I'm using .NET 1.1
> > I want to open a folder in windows explorer using given its path.
[quoted text clipped - 4 lines]
>
> /claes