registrykey
Description
Windows registry key
Init
registrykey(path string)
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
path | string | Registry key path |
exists | bool | Whether the property exists |
properties | map[string]string | Deprecated; use items instead |
items | []registrykey.property | Registry key items |
children | []string | Registry key children |