bool operator()(const DirEntry& de1, const DirEntry& de2) { return de1.Status().Size() < de2.Status().Size(); }
bool operator()(const DirEntry& de1, const DirEntry& de2) { return de1.Status().Native().st_mtime > de2.Status().Native().st_mtime; }