|
CX Framework
Cross-platform C utility framework
|
#include <vfsfile.h>
A file opened through a VFS with vfsOpen()
The provider's own file, plus what the VFS layer adds on top of it: copy-on-write lives here, so providers never have to know about it. Being a File, it can be handed to anything that takes one, whichever layer opened it.