RegKeyEntry.FindOrCreateKey Method

tikumo.regis3

RegKeyEntry FindOrCreateKey Method regdiff Code Documentation
Find or create a subkey relative to this one

Namespace: com.tikumo.regis3
Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)

Syntax

public RegKeyEntry FindOrCreateKey(
	string path
)
public RegKeyEntry FindOrCreateKey(
	string path
)

Parameters

path
Type: OnlineSystem String
Subkey path relative to this one

Return Value

Type: RegKeyEntry
Newly created subkey
See Also