1 #ifndef SYSTEM_HELPER_H
2 #define SYSTEM_HELPER_H
Helper class for system informations.
unsigned long long freeSize
unsigned long long totalSize
DiskStatus getDiskStatus(const std::string &path) const
Get status of the disk behind the given path.
double getDiskFreePercent(const std::string &path) const
Get free fraction of the disk behind the given path.