17 INLINE VirtualFileMount::
19 _file_system(nullptr),
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, even though the files may originate from several different sources that may not be related to the actual OS's file system.
const Filename & get_mount_point() const
Returns the name of the directory within the virtual file system that this mount object is attached t...
bool mount(Multifile *multifile, const Filename &mount_point, int flags)
Mounts the indicated Multifile at the given mount point.
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.