.. index:: pair: class; EE::System::VirtualFileSystem .. _doxid-class_e_e_1_1_system_1_1_virtual_file_system: class EE::System::VirtualFileSystem =================================== .. toctree:: :hidden: class_EE_System_VirtualFileSystem_vfsDirectory.rst class_EE_System_VirtualFileSystem_vfsFile.rst .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class VirtualFileSystem: protected :ref:`EE::System::Container` { public: // classes class :ref:`vfsDirectory`; class :ref:`vfsFile`; // methods std::vector :target:`filesGetInPath`(std::string path); :ref:`Pack`* :target:`getPackFromFile`(std::string path); :ref:`IOStream`* :target:`getFileFromPath`(const std::string& path); bool :target:`fileExists`(const std::string& path); }; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // methods T* :ref:`add`(T* resource); bool :ref:`remove`(T* resource); :ref:`Uint32` :ref:`count`();