Lines Matching refs:pathDir
120 $pathDir = $conf['savedir'].'/pages/'.trim ($this->scheduleRoot->groupsDir, '/') . '/';
121 if (is_dir($pathDir)) {
122 $pathDirObj = opendir ($pathDir);
126 $pathFile = $pathDir . $file;
199 $pathDir = $this->cacheDir;
200 if (!is_dir($pathDir))
202 $pathDirObj = opendir ($pathDir);
206 $pathFile = $pathDir . $file;
210 @rmdir ($pathDir);
377 function readSchedules ($pathDir) { argument
380 $pathDir = rtrim ($pathDir, '/') . '/';
381 if (!is_dir($pathDir))
383 $pathDirObj = opendir ($pathDir);
387 $pathFile = $pathDir . $file;