4 #include "../odbdesign_export.h"
6 namespace Odb::Lib::FileModel
13 const std::filesystem::path& GetPath()
const;
14 const std::filesystem::path& GetDirectory()
const;
15 const std::string& GetFilename()
const;
17 virtual bool Parse(std::filesystem::path path);
20 std::filesystem::path m_path;
21 std::filesystem::path m_directory;
22 std::string m_filename;