Is it possible to write to a file?

Let’s say I am running missions and I would like to track every mission that I accept in a file. Is it possible to write to another file?
A basic template would look like this:

Mission Name: lastMissionAccepted
Mission prizes in Isk: iskOffered
Mission prize in LP: lpOffered

The engine writes everything to files with the detailed session recording.
Writing files with a custom format is currently not supported. I could add this to the engine if there are use cases.

Nah it’s good I’ll do something else instead.