winShell.getRegistryValue
| Syntax |
winShell.getRegistryValue (registryPath)
|
| Params |
registryPath is the path to an item in the Windows registry.
|
| Action |
Gets the value stored at registryPath.
|
| Returns |
The value.
|
| Examples |
winShell.getRegistryValue ("HKCU\\Software\\UserLand\\Frontier\\FrameH") » "904"
|
| Notes |
The beginning of the path must contain one of the following: HKCU = HKEY_CURRENT_USER HKLM = HKEY_LOCAL_MACHINE HKCR = HKEY_CLASSES_ROOT This verb is Windows-specific; it's implement by a VBScript script. This verb requires that the Microsoft Script Control and Windows Scripting Host are installed. This verb is new in Frontier 6.0.
|