BasicFileΒΆ
fops.spad line 255 [edit on github]
This is domain for storing and reading Spad values in files.
- close!: % -> Void
clos! closes the file.
- flush: % -> Void
flush passesall buffered data to the operating system.
- read: % -> None
read sequentiallyreads one item from the file.
- readIfCan: % -> Union(None, failed)
readIfCan readone item from the file. otherwise returns"failed"