Click or drag to resize

ExternalProcessStartExplorer(String) Method

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

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

Parameters

path  String
The file to select in Windows Explorer.
See Also