Up |
_winreg_deletekey Scol 4.6 or above required
Delete a registry key.
Prototype :
fun [S] I
- S : key name.
Return : I 0 if success or nil if error.
See also :
Example :
fun main ()=
_showconsole;
_fooId _winreg_deletekey "your_company\\your_app\\Infos\\ToDel";
0;;
Note
Warning : this function is defined on MS Windows Scol version only !