This document provides documentation on file handling functions in the Ring programming language. It describes functions for reading and writing files, such as Read(), Write(), Dir(), Rename(), Remove(), fopen(), fclose(), as well as functions for file positioning and input/output such as fseek(), ftell(), rewind(). Examples are provided to demonstrate usage of these functions for reading file contents, writing strings to files, getting directory listings, and copying files. Mathematical functions are also briefly covered, along with functions for random number generation and working with unsigned numbers.