INI File - Delete Value

Deletes a value from an INI file.

Action ID:
Action Category:
Action List Syntax:

101
INI File
INIFile.DeleteValue (<<FILENAME>>, <<SECTION>>, <<VALUENAME>>)

Settings

File name:

The full path to the INI file.

Section:

The section that will contain the value that will be deleted. Only the section name is required in this field—you do not need the surrounding brackets. (For example, Data is correct as opposed to [Data].)

Value name:

The name of the value that will be deleted.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_INIFILE_MODIFY

MSG_ERR_INIFILE_MODIFY
MSG_ERR_FILE_NOT_FOUND
<<FILENAME>>

2

MSG_ERR_INIFILE_MODIFY

MSG_ERR_INIFILE_MODIFY
MSG_ERR_DELETE_VALUE
<<FILENAME>>
<<SECTION>>
<<VALUENAME>>

Examples

None