midday-commander
|
This is the complete list of members for Entry, including all inherited members.
copy(std::filesystem::path target)=0 | Entry | pure virtual |
Entry(std::filesystem::path path) | Entry | explicit |
isFile()=0 | Entry | pure virtual |
isFolder()=0 | Entry | pure virtual |
isSymlink()=0 | Entry | pure virtual |
move(std::filesystem::path target)=0 | Entry | pure virtual |
path | Entry | |
print(Modifier modifier) const =0 | Entry | pure virtual |
remove()=0 | Entry | pure virtual |
~Entry()=default | Entry | virtual |