Lines Matching refs:project_path
63 private $project_path = NULL; variable in Project
84 $this->project_path = DOKU_DATA . implode('/', explode(":", $ID)) . '/';
85 $this->project_file = $this->project_path .
113 @mkdir($this->project_path, PROJECTS_PERMISSIONS, true);
119 public function path() { return $this->project_path; }
150 delete_dir($this->project_path);
182 $this->files[$name]->delete($this->project_path);
213 if ($old->equal($this->project_path, $file)) {
218 $old->copy($this->project_path, $file);
256 $path = $this->project_path . $name;
276 if (($dh = opendir($this->project_path)) === false) {
282 $path = $this->project_path . $file;
367 if (($dh = opendir($this->project_path)) === false) return array();
370 $path = $this->project_path . $file;