Folders.ShowFolderInExplorer Method

FoldersShowFolderInExplorer Method

Open a specific folder in Windows Explorer.

Namespace:  Grasshopper
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static void ShowFolderInExplorer(
	string folder
)
Public Shared Sub ShowFolderInExplorer ( 
	folder As String
)

Parameters

folder
Type: SystemString
See Also