#include <FilesystemInstaller.h>
|
bool | InstallToFilesystem (const std::string &archive, const std::string &addonId) |
|
bool | UnInstallFromFilesystem (const std::string &addonPath) |
|
Responsible for safely unpacking/copying/removing addon files from/to the addon folder.
◆ InstallToFilesystem()
bool CFilesystemInstaller::InstallToFilesystem |
( |
const std::string & |
archive, |
|
|
const std::string & |
addonId |
|
) |
| |
- Parameters
-
archive | Absolute path to zip file to install. |
addonId | |
- Returns
- true on success, otherwise false.
The documentation for this class was generated from the following files: