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