vl-registry-delete
(vl-registry-delete key [ val-name ]
)
This function deletes the specified
key or
val-name value
from Registry.
Arguments |
key (string) the registry key to be deleted (left side
on regedit.exe) |
Return |
T if the key/value is successfully deleted, NIL otherwise |
Example |
|
Remarks |
if key has sub-keys, it can not be deleted; use (vl-registry-descendents) in such cases first, and delete each sub-key explicitly |
© Bricsys NV. All rights reserved. |