public function initializePath(string $path) : void { $this->path = $path; $fs = $this->getFilesystem(); $fs->ensureDirectoryExists($path); }