InstalledObject

Undocumented in source.
struct InstalledObject {}

Members

Variables

hash
string hash;

MD5 sum of the NEW object's contents (not the one in the install directory). For directories, this is the MD5 sum of all files sorted by name (see mdDir).

name
string name;

File name in backup directory

path
string path;

Original location. Path is relative to uninstall.json's directory.

Meta