﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
939	"IniRenameSection fails with ""empty"" section"	MrCreatoR <mscreator@…>		"When we trying to rename an empty section (just section name without keys), we get the same results as when the section not exists at all.


{{{
$iRet = IniRenameSection(""Test.ini"", ""Old Sect"", ""New Sect"", 1)

ConsoleWrite(""$iRet: "" & $iRet & @CRLF & ""@error: "" & @error)
}}}

But '''IniDelete''' works just fine with this same section.

If this is not a bug and it's expected behaviour, then i think this (that IniRenameSection renames section only with keys in it) should be mentioned in the documents at least.


[Forum topic http://www.autoitscript.com/forum/index.php?s=&showtopic=94153&view=findpost&p=676398]"	Bug	closed		AutoIt	3.3.0.0	None	No Bug		
