KI_TOUCH
Argument | Enumeration | Purpose |
---|---|---|
file$ | File name | |
status | KDB_ERROR_ENUM | Return status |
KI_TOUCH
This call will create a zero byte file with the name file$. This usage is now discouraged because from KCML4 it has been possible to create such a file with OPEN# using something like
OPEN #1,file$,"w" CLOSE#1