fops.spad line 254 [edit on github]
This is domain for storing and reading Spad values in files.
clos! closes the file.
flush passes all buffered data to the operating system.
open opens the file.
read sequentially reads one item from the file.
readIfCan read one item from the file. otherwise returns "failed"
write writes one item to the file.