Lines Matching refs:Path
28 function exists(Path $path): bool
77 public function getCreationTime(Path $path)
90 public function delete(Path $path)
103 public function getSize(Path $path)
111 public function createDirectory(Path $dirPath): Path
120 public function isDirectory(Path $path): bool
130 public function getChildren(Path $path, string $type = null): array
183 * @return Path
186 public function closest(Path $path, string $lastFullName): Path
213 public function createRegularFile(Path $path)
218 public function setContent(Path $path, string $content)