﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
629	"iniwrite /  iniread doesn't work on file called ""clock.ini"""	alucke@…		"The code
{{{
$ini = @ScriptDir&""\clock.ini""
MsgBox(1,"""",IniRead ( $ini, ""Settings"", ""test"", ""nix"" ))
IniWrite ( $ini, ""Settings"", ""test"", ""13"" )
}}}
on first execution the message is ""nix"" on second execution it's ""13"", but the file ""clock.ini"" is NOT created, nowhere on the entire disk I can find the file. But still the value is stored somewhere.

Naming the file to ""click.ini"" works as expected. 

There is something special about the filename ""clock.ini"".

I searched the registry and found that instead of storing the data in the file it got stored in the registry:

{{{
[HKEY_USERS\S-1-5-21-1229272821-527237240-839522115-1003\Software\Microsoft\Clock]
""iFormat""=""1""

[HKEY_USERS\S-1-5-21-1229272821-527237240-839522115-1003\Software\Microsoft\Clock\settings]
""test""=""13""
}}}
"	Bug	closed		AutoIt	3.2.12.0	None	No Bug	iniwrite iniread clock.ini	
