$cs.Ini\_WriteEntry
Syntax
Section titled “Syntax”$cs.Ini_WriteEntry(string filepath, string section, string variable, string value)
Parameters
Section titled “Parameters”filepath
Path to ini file
section
Section in ini file to write to
variable
Variable under section to create or write to
value
Value to write
Example
Section titled “Example”$inifile="$env:ProgramFiles\QGIS $global:productversion\apps\qgis-ltr\resources\qgis_global_settings.ini"$cs.Ini_WriteEntry($inifile, "qgis", "checkVersion", "false")returns nothing