This document describes various file and system functions in the Ring programming language. It explains functions for reading and writing files (Fread, Fwrite), checking if a file exists (Fexists), getting environment variables (SysGet), determining the operating system (IsWindows, IsLinux), getting file paths (ExeFileName, CurrentDir), and executing system commands (System, SystemCmd). Examples are provided for many of the functions.