Lines Matching refs:Path
40 function exists(Path $path): bool
49 function getContent(Path $path): string
59 function getModifiedTime(Path $path): DateTime
69 public function getCreationTime(Path $path): DateTime
77 public function delete(Path $path)
85 public function getSize(Path $path)
95 public function createDirectory(Path $dirPath)
104 public function isDirectory(Path $path): bool
115 public function getChildren(Path $path, string $type = null): array
135 * @return Path
138 public function closest(Path $path, string $lastFullName): Path
147 public function createRegularFile(Path $path)
157 public function setContent(Path $path, string $content)