Use Process.Start:
Dim ps As New ProcessStartInfo("explorer")
ps.Arguments = "C:\Directory\to\open"
Process.Start(ps)
Showing posts with label windows explorer. Show all posts
Showing posts with label windows explorer. Show all posts
Thursday, May 24, 2007
Subscribe to:
Posts (Atom)