Click or drag to resize

ExternalProcessStartExplorer Method (String)

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
)

Parameters

path
Type: SystemString
The file to select in Windows Explorer.
See Also