An abstract class representing a general FileView entry.
Definition: Entry.h:15
virtual bool move(std::filesystem::path target)=0
virtual void print(Modifier modifier) const =0
virtual bool copy(std::filesystem::path target)=0
std::filesystem::path path
Definition: Entry.h:17
virtual bool isFolder()=0
virtual bool isSymlink()=0