IniFile: DeleteKey

DeleteKey

Deletes a key-value pair in a specific section within an INI file.



 Public Sub DeleteKey(
	  ByRef Section As String,
	  ByRef Key As String )

Parameters

Section
[ByRef] String. The section the key-value pair is to be deleted from.
Key
[ByRef] String. The key of the key-value pair to be deleted.

See Also

Project CorLib Overview

Class IniFile Overview