Registry.scanPath

Add the given path to the registry. The syntax of the path is specific to the registry. If the path has already been added, do nothing.

class Registry
int
scanPath
(
string path
)

Parameters

path string

the path to add to the registry

Return Value

Type: int

TRUE if registry changed

Meta