The tutorial expects you to be familiar with basic file management from an API.
It explains the process of appending all the resources required by a game to run (such as textures and scripts) to the game executable and then explains how they can be read back once written.
It is most applicable to be used when creating games without an engine, since most game engines do some form of resource packing already.