vfs
Virtual File System
C++ Personal Pinned
This library provides a virtual file system with the interface of std::filesystem
and supports file mounting, chroot, Union FS, and more. It is used to prevent unintended manipulation of the file system with incorrect paths.