This document provides documentation on file handling functions in Ring programming language. It describes functions for reading, writing, modifying and getting information about files. Some key functions covered include read(), write(), dir(), rename(), remove(), fopen(), fclose(), tempfile() and more. Examples are provided to demonstrate the usage of many of these functions.