CREATE-FILE CREATE CRESET
CREATE-FILE ( str-adr str-len mode -- file code )  
ansi 11.6.1.1010 <FILE>
create the file with the given name and open it - returns the file id and a status code. A code of zero means success. An existing file of the same name is truncated upon open.

reference: p4_create_file in ../src/file.c:0063, export CO CREATE-FILE