get('filesystem'); $directories = [ $this->phpbb_root_path . 'files/aps', $this->phpbb_root_path . 'images/aps', ]; $filesystem->mkdir($directories); } }