Glossary

`Reset`

A procedure that opens an existing file for reading (for typed and untyped files) or for reading (for text files). The file pointer is positioned at the beginning. Raises an error if the file does not exist. (Ch. 13)

Learn More

Related Terms