The document describes various functions for working with files in Ring programming language. Some of the key functions covered include Read() and Write() for reading from and writing to files, Dir() for getting directory listings, Rename() and Remove() for renaming and deleting files, Fopen() and Fclose() for opening and closing file handles, and Fseek(), Ftell(), Rewind() for manipulating the file position indicator. Functions for error handling like Feof(), Ferror(), Clearerr() and temporary files management are also discussed.