Searched refs:RealPathName (Results 1 – 1 of 1) sorted by relevance
425 $RealPathName = realpath($startingdir.'/'.$file); variable426 if (is_dir($RealPathName)) {427 …if (!in_array($RealPathName, $DirectoriesScanned) && !in_array($RealPathName, $DirectoriesToScan))…428 $DirectoriesToScan[] = $RealPathName;430 } elseif (is_file($RealPathName)) {432 if (!in_array(str_replace('\\', '/', $RealPathName), $AlreadyInDatabase)) {433 $FilesInDir[] = $RealPathName;436 $FilesInDir[] = $RealPathName;