summaryrefslogtreecommitdiff
path: root/zen/sys_info.h
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-06-20 07:46:53 -0400
committerB. Stack <bgstack15@gmail.com>2023-06-20 07:46:53 -0400
commitf76994f1fb3e25c4563c9d8afce6bbc86701d1d2 (patch)
treeb39389163603195a0169af57712eb0765e5c11f4 /zen/sys_info.h
parentadd upstream 12.3 (diff)
downloadFreeFileSync-12.4.tar.gz
FreeFileSync-12.4.tar.bz2
FreeFileSync-12.4.zip
add upstream 12.412.4
Diffstat (limited to 'zen/sys_info.h')
-rw-r--r--zen/sys_info.h4
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
bgstack15