Hi everyone I try to use something like that but it's goin 0x error! $FilePath = FileOpen("settings.data")
$FileRead = FileRead($FilePath)
MsgBox(0,0,$FileRead)
$FileClose = FileClose($FilePath)If i try to open .txt file it's fine and working perfectly but if i try to use with this format , i got error Thanks