22 FsFile(std::string & name, std::string & fullPath);
Representation of file in filesystem.
Definition: fs_file.h:10
bool isComposite() override
std::string findFileAndGetContent(std::string &filePath) override
std::string getName() override
Interface for filesystem entity - file or path. Composite template.
Definition: fs_component.h:12
FsFile(std::string &name, std::string &fullPath)
void add(FsComponent *component) override
std::string getFileContent() override