Help for this page
$info = stat("."); $nlink = $info->nlink;
if ((($nlink == 3) && (-e "ROOT")) || $nlink == 2) { $leafDir = 1; }