|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <FilesystemInstaller.h>
Public Member Functions | |
| CFilesystemInstaller () | |
| 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.
| CFilesystemInstaller::CFilesystemInstaller | ( | ) |
| bool CFilesystemInstaller::InstallToFilesystem | ( | const std::string & | archive, |
| const std::string & | addonId | ||
| ) |
| archive | Absolute path to zip file to install. |
| addonId |
| bool CFilesystemInstaller::UnInstallFromFilesystem | ( | const std::string & | addonPath | ) |