FileOpen $4 "$EXEDIR\${NAME}.log" wNo problem there. But when I write a line to the file, it indeed writes the line, but throws an error flag.
${time::GetLocalTime} $R0So the open/append and writing works, but IfErrors is set for some reason. I tried IfErrors after "time", but that wasn't it. Ideas?
FileWrite $4 "$R0 This is some note $\n"