Hi!

Here is the link to the Manual. Yay it is a Little bit hidden.
http://www.conitec.net/beta/afile_open_read.htm

Code:
file_open_write (STRING* name);

or
Code:
file_open_append(STRING* name);


will do it.


But you can also use <stdio.h> for manipulate files.
Code:
FILE *document = fopen("FileName.txt", "w");


Here is a reference
http://www.cplusplus.com/reference/cstdio/


Create your own JRPG and join our community: https://www.yrpgtoolkit.com