Turi Create
4.0
|
#include <core/storage/serialization/dir_archive.hpp>
The archive index.
The archive index file simply comprises of the following:
The prefix section basically lists all the prefixes stored inside the directory archive. All files in the directory which have their file name beginning with a prefix is a file belonging to the archive.
The objects.bin, and dir_archive.ini file is always in the prefix
Once read into the archive_index_information struct however, the prefixes will all be absolute paths.
Definition at line 55 of file dir_archive.hpp.