|
midday-commander
|
Represents a file in the program. More...
#include <File.h>
Public Member Functions | |
| File (std::filesystem::path) | |
| void | print (Modifier) const override |
| bool | isFile () override |
| bool | isFolder () override |
| bool | isSymlink () override |
| bool | remove () override |
| bool | copy (std::filesystem::path target) override |
| bool | move (std::filesystem::path target) override |
Public Member Functions inherited from Entry | |
| 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 | |
Public Attributes inherited from Entry | |
| std::filesystem::path | path |
Represents a file in the program.
|
explicit |
|
overridevirtual |
|
overridevirtual |
Implements Entry.
|
overridevirtual |
Implements Entry.
|
overridevirtual |
Implements Entry.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |