diff options
Diffstat (limited to 'zen/sys_info.h')
-rw-r--r-- | zen/sys_info.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/zen/sys_info.h b/zen/sys_info.h index ce07d7a1..ed5dc1d6 100644 --- a/zen/sys_info.h +++ b/zen/sys_info.h @@ -30,12 +30,14 @@ ComputerModel getComputerModel(); //throw FileError std::wstring getOsDescription(); //throw FileError -Zstring getRealProcessPath(); //throw FileError +Zstring getProcessPath(); //throw FileError Zstring getUserDownloadsPath(); //throw FileError Zstring getUserDataPath(); //throw FileError Zstring getUserHome(); //throw FileError + +bool runningElevated(); //throw FileError } #endif //SYSTEM_H_4189731847832147508915 |