Description
Games and applications can read files from archives through a portable I/O abstraction instead of handling each archive format directly. This is useful for game assets, mods, packaged resources, and cross-platform data loading.
It is a developer library. Applications should still validate archive paths to avoid unexpected file access or unsafe extraction behavior.