Click or drag to resize

WindowsUtilitiesOpenExplorer Method

Opens the Windows Explorer on a given directory path.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static void OpenExplorer(
	string directoryPath
)

Parameters

directoryPath
Type: SystemString
The directory path.
Exceptions
ExceptionCondition
ArgumentNullExceptiondirectoryPath is null.
See Also