(string $path, string $mode)
| 367 | } |
| 368 | |
| 369 | public function openFile(string $path, string $mode): File |
| 370 | { |
| 371 | ($this->callback)(); |
| 372 | return filesystem(new BlockingFilesystemDriver())->openFile($path, $mode); |
| 373 | } |
| 374 | |
| 375 | public function getStatus(string $path): ?array |
| 376 | { |