file.end
Syntax
Get the end of file status.
This returns true if the file position indicator has reach at or past the end of the file.
b - true if the end of the file has been reached. false otherwise.
f - A pointer to the file indicated, or the last file opened if not provided.
file.delete
file.exist
9.1.13