9#ifndef ROOT7_Browsabl_RSysFileItem
10#define ROOT7_Browsabl_RSysFileItem
15namespace Experimental {
55 if ((
n.length() == 0) || (
n[0] !=
'.'))
return false;
56 return (
n !=
".") && (
n !=
"..");
64 if (method ==
"size") {
Representation of single item in the browser.
const std::string & GetName() const
Representation of single item in the file browser.
long modtime
! modification time
bool isdir
! true if directory
virtual ~RSysFileItem()=default
bool islink
! true if symbolic link
RSysFileItem(const std::string &_name, int _nchilds)
bool Compare(const RItem *b, const std::string &method) const override
std::string mtime
modification time
bool IsFolder() const override
std::string ftype
file attributes
bool IsHidden() const override
RSysFileItem()=default
Default constructor.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...