In this tutorial we will learn how to read and write data from/to files.
First we read the values from the configuration file.
That is the file from which the values are read at runtime launch.
Next we will learn how to share data using the data file,
which we can read from/write to while the application is running.
Video list:
Tutorial 6.1 Working with files - Configuration files
In this video we create a configuration INI file
and learn about the $cfgfile macro expression.
Tutorial 6.2 Working with files - Data files
In this video we will learn how to read and write to/from data files.