An abstract class representing a general FileView entry.
More...
#include <Entry.h>
|
std::filesystem::path | path |
|
An abstract class representing a general FileView entry.
◆ Entry()
Entry::Entry |
( |
std::filesystem::path |
path | ) |
|
|
explicit |
◆ ~Entry()
virtual Entry::~Entry |
( |
| ) |
|
|
virtualdefault |
◆ copy()
virtual bool Entry::copy |
( |
std::filesystem::path |
target | ) |
|
|
pure virtual |
◆ isFile()
virtual bool Entry::isFile |
( |
| ) |
|
|
pure virtual |
◆ isFolder()
virtual bool Entry::isFolder |
( |
| ) |
|
|
pure virtual |
◆ isSymlink()
virtual bool Entry::isSymlink |
( |
| ) |
|
|
pure virtual |
◆ move()
virtual bool Entry::move |
( |
std::filesystem::path |
target | ) |
|
|
pure virtual |
◆ print()
virtual void Entry::print |
( |
Modifier |
modifier | ) |
const |
|
pure virtual |
◆ remove()
virtual bool Entry::remove |
( |
| ) |
|
|
pure virtual |
◆ path
std::filesystem::path Entry::path |
The documentation for this class was generated from the following files: