Searched refs:absolutePath (Results 1 – 4 of 4) sorted by relevance
33 protected function __construct($absolutePath) argument35 $this->path = $absolutePath;108 $absolutePath = pathinfo($this->path, PATHINFO_DIRNAME);109 if(empty($absolutePath)){112 return new File($absolutePath);
112 protected $absolutePath; variable in ComboStrap\\WikiPath154 $this->absolutePath = $path;167 …LogUtility::error("The current relative path ({$this->absolutePath}) returns an error: {$e->getMes…207 $this->absolutePath = $absolutePathString;235 if (strpos($this->absolutePath, $comboInterWikiScheme) === 0) {236 $pathPart = substr($this->absolutePath, strlen($comboInterWikiScheme));240 WikiPath::addRootSeparatorIfNotPresent($this->absolutePath);241 $this->id = $this->toDokuWikiIdDriveContextual($this->absolutePath);791 $actualNames = explode(self::NAMESPACE_SEPARATOR_DOUBLE_POINT, $this->absolutePath);877 return $this->absolutePath;[all …]
92 $absolutePath = $path->toAbsolutePath()->toAbsoluteId();93 $success = unlink($absolutePath);95 throw new ExceptionFileSystem("Unable to delete the file ($absolutePath)");
214 $absolutePath = pathinfo($this->path, PATHINFO_DIRNAME);215 if ($absolutePath === $this->path || empty($absolutePath)) {219 return new LocalPath($absolutePath);