Creates a file.
| <nAttribute> | fileio.ch | Attribute |
| 0 | FC_NORMAL | Normal/Default,Read/Write |
| 1 | FC_READONLY | Read-only file attribute is set |
| 2 | FC_HIDDEN | Hidden,Excluded from normal DIR search |
| 4 | FC_SYSTEM | Create,Excluded from normal DIR search |
IF (nh:=FCREATE("TEST.TXT") <0
? "Cannot create file"
ENDIF