Searched refs:pathFile (Results 1 – 4 of 4) sorted by relevance
41 $pathFile = $pathDir.$file; variable42 if (!is_file ($pathFile))46 @unlink ($pathFile);
299 $pathFile = $pathDir.$file;300 if (is_file ($pathFile) && preg_match ('#.*\.xml$#i', $file, $b))301 rename ($pathFile, $pathDir.$this->mbrPrefix.$file);
126 $pathFile = $pathDir . $file;128 … if (is_dir ($pathFile) && !in_array ($file, explode (',', trim ($this->getConf ('noSchedule')))))206 $pathFile = $pathDir . $file;207 if (is_file ($pathFile) && preg_match ('#.*\.cache#i', $file, $b))208 unlink ($pathFile);387 $pathFile = $pathDir . $file;388 if (is_file ($pathFile) &&390 $this->readSchedule ($pathFile);
414 $pathFile = $pathDir.$file;415 if (!is_dir ($pathFile))428 $pathFile = $cacheDir.$file;429 if (!is_file ($pathFile))432 unlink ($pathFile);