Lines Matching refs:filepath
72 $filepath = rtrim($path, '/') . '/' . $file;
73 if (!is_readable($filepath)) continue;
75 if ($this->fnmatch($pattern, $file) || (is_dir($filepath) && $recursive)) {
76 if (!is_dir($filepath) && !$this->isExtensionAllowed($file)) {
85 if (is_dir($filepath)) {
86 $title = $filepath . '/' . $titlefile;
93 if (!is_dir($filepath) || $recursive) {
97 'path' => $filepath,
98 'mtime' => filemtime($filepath),
99 'ctime' => filectime($filepath),
100 'size' => filesize($filepath),
101 'children' => ((is_dir($filepath) && $recursive) ?