Name

create-file:file — ordinary primitive

Synopsis

FORTH
CREATE-FILE ( str-adr str-len mode -- file code )(); 
 ;

Description

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.

dpANS 11.6.1.1010 - standard forth word