Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

Syntax

$cs.Ini_WriteEntry(string filepath, string section, string variable, string value)

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

$inifile="$env:ProgramFiles\QGIS $global:productversion\apps\qgis-ltr\resources\qgis_global_settings.ini"
$cs.Ini_WriteEntry($inifile, "qgis", "checkVersion", "false")

returns nothing

  • No labels