Click or drag to resize

ExternalProcessStartExplorer Method (String, Boolean)

Open a new Windows Explorer Window with the file indicated by 'path' selected.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static void StartExplorer(
	string path,
	bool openDirectory
)

Parameters

path
Type: SystemString
The path to go to in Windows Explorer.
openDirectory
Type: SystemBoolean
When given a folder path, settings this to true will open the folder, otherwise it will select it
See Also