FSIsRootDir
if (FSIsDeskDir(entry) || FSIsPrintersDir(entry) || FSIsRootDir(entry) || FSIsTrashDir(entry))
if (FSIsRootDir(&entry)) {
_IMPEXP_TRACKER bool FSIsRootDir(const BEntry*);
if (TrackerSettings().DesktopFilePanelRoot() && FSIsRootDir(&entry)) {
if (FSIsDeskDir(&entry) || (!settings.ShowDisksIcon() && FSIsRootDir(&entry))) {
bool parentIsRoot = FSIsRootDir(&parentEntry);