Deletes a value from the registry or ini files. Returns False if there were problems deleting the value. If the value does not exist, it will return True.
The Key path (string value)
The Value Name (string value)
DeleteValue( "HKCU\\Software\\MyApp", "SomeValue");
DeleteValue( "c:\\windows\\win.ini\", "SomeValue");
|
Copyright © 2013 CA.
All rights reserved.
|
|