midday-commander
|
Represents a folder in the program. More...
#include <Folder.h>
Public Member Functions | |
Folder (std::filesystem::path) | |
void | print (Modifier) const override |
bool | isFile () override |
bool | isFolder () override |
bool | isSymlink () override |
bool | remove () override |
bool | move (std::filesystem::path target) override |
bool | copy (std::filesystem::path target) override |
![]() | |
Entry (std::filesystem::path path) | |
virtual | ~Entry ()=default |
virtual void | print (Modifier modifier) const =0 |
virtual bool | isFile ()=0 |
virtual bool | isFolder ()=0 |
virtual bool | isSymlink ()=0 |
virtual bool | remove ()=0 |
virtual bool | copy (std::filesystem::path target)=0 |
virtual bool | move (std::filesystem::path target)=0 |
Additional Inherited Members | |
![]() | |
std::filesystem::path | path |
Represents a folder in the program.
|
explicit |
|
overridevirtual |
|
overridevirtual |
Implements Entry.
|
overridevirtual |
Implements Entry.
|
overridevirtual |
Implements Entry.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |