Reprensents a File on disk.
WsResultItem(const path &fullPath, const path &rootPath, std::string body, std::string type, int size)
string getType()
return the type of the node
string getBody()
return a short description of the node contents
void setSize(const uintmax_t &size)
sets the file size in the node. Typically called by WsFileSystemTree when building the FileSystemTree...