This document provides documentation on Ring programming language functions for working with directories, files, versions and shutting down applications. It includes functions such as CurrentDir(), ExeFileName(), ChDir(), ExeFolder(), Version() and Shutdown(). It also covers error handling using Try/Catch/Done, executing code dynamically using Eval(), raising exceptions with Raise() and testing conditions with Assert(). Finally, it presents two simple demo programs - a language shell and a main menu application.