I cannot test it with demo data, because demo does not have a valid enabler.
I tried to create a test file with hal, but the file name with demo data is correct:
global
updating procedure OnApplicationStartupComplete()
begin
inner.OnApplicationStartupComplete;
CreateFile("tmp/" & USetStr(1808) & ".txt");
CloseFile;
return;
end;