17INLINE VirtualFileMount::
19 _file_system(nullptr),
The name of a file, such as a texture file or an Egg file.
The abstract base class for a mount definition used within a VirtualFileSystem.
int get_mount_flags() const
Returns the set of flags passed by the user to the VirtualFileSystem::mount() command.
const Filename & get_mount_point() const
Returns the name of the directory within the virtual file system that this mount object is attached t...
VirtualFileSystem * get_file_system() const
Returns the file system this mount object is attached to.
A hierarchy of directories and files that appears to be one continuous file system,...