Added FlushINI

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2319 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-03-17 13:23:01 +00:00
parent 2bae57a3ac
commit 1c6dc531e6
5 changed files with 16 additions and 0 deletions

View file

@ -36,6 +36,8 @@
\b WriteINIStr with empty value works again
\b Added FlushINI
\e{v2.0b2}
\b NSIS Menu: links to all NSIS utitlies, documentation and websites

View file

@ -42,6 +42,12 @@ Set user variable $x with the name of the 'index'th registry value in root_key\\
Expands environment variables in "string" into the user variable $x. If error, the variable is set to empty, and the error flag is set.
\S2{flushini} FlushINI
\c ini_filename
Flushes the INI file's buffers. Windows 9x keeps all changes to the INI file in memory. This command causes the changes to be written to the disk immediately. Use it if you edit the INI manually, delete it, move it or copy it right after you change it with \R{writeinistr}{WriteINIStr}, \R{deleteinisec}{DeleteINISec} or \R{deleteinistr}{DeleteINStr}.
\S2{readenvstr} ReadEnvStr
\c user_var(output) name