ExternalProcessStartExplorer(String) Method |
Open a new Windows Explorer Window with the file indicated by 'path' selected.
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxpublic static void StartExplorer(
string path
)
Parameters
- path String
- The file to select in Windows Explorer.
See Also