UtilEnvironmentPathContainsDirectory Method

Determines whether the PATH registry value contains the specified directory.

Definition

Namespace: DevCase.Core.Windows.Registry
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool ContainsDirectory(
	RegistryScope scope,
	string directory
)

Parameters

scope  RegistryScope
The registry scope.
directory  String
The directory path to examine.

Return Value

Boolean
if it contains the specified directory; otherwise.

See Also