2 #include <samchon/API.hpp> 4 #include <samchon/library/FTInstance.hpp> 40 virtual ~
FTFile() =
default;
42 virtual void construct(std::shared_ptr<library::XML> xml);
47 auto getExtension() const->
std::
string;
49 virtual auto toXML() const->
std::shared_ptr<library::
XML>;
An interface of file-tree.
std::string extension
An extension of a file.
XML is a class representing xml object.
Top level namespace of products built from samchon.