Searched refs:pathDir (Results 1 – 4 of 4) sorted by relevance
34 $pathDir = rtrim ($cacheDir, "/") . "/"; variable35 if (!is_dir($pathDir))37 $pathDirObj = opendir ($pathDir);41 $pathFile = $pathDir.$file;
293 $pathDir = rtrim ($dir, "/") . "/";294 if (is_dir($pathDir)) {295 $pathDirObj = opendir ($pathDir);299 $pathFile = $pathDir.$file;301 rename ($pathFile, $pathDir.$this->mbrPrefix.$file);
121 if (is_dir($pathDir)) {199 $pathDir = $this->cacheDir;200 if (!is_dir($pathDir))202 $pathDirObj = opendir ($pathDir);206 $pathFile = $pathDir . $file;210 @rmdir ($pathDir);377 function readSchedules ($pathDir) { argument380 $pathDir = rtrim ($pathDir, '/') . '/';381 if (!is_dir($pathDir))383 $pathDirObj = opendir ($pathDir);[all …]
414 $pathFile = $pathDir.$file;