Create a regulary file if it doesn't already exist.
const FILE_CREATE: FileFlags = FileFlags(O_CREAT);
open(2) and O_CREAT therein