Searched refs:lastFullName (Results 1 – 2 of 2) sorted by relevance
182 * @param string $lastFullName186 public function closest(Path $path, string $lastFullName): Path argument189 $closest = $path->resolve($lastFullName);201 $closest = $parent->resolve($lastFullName);206 …throw new ExceptionNotFound("No closest was found for the file name ($lastFullName) from the path …
134 * @param string $lastFullName138 public function closest(Path $path, string $lastFullName): Path argument140 return FileSystems::closest($path->toLocalPath(), $lastFullName);