diff options
author | B. Stack <bgstack15@gmail.com> | 2023-06-20 07:46:53 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-06-20 07:46:53 -0400 |
commit | f76994f1fb3e25c4563c9d8afce6bbc86701d1d2 (patch) | |
tree | b39389163603195a0169af57712eb0765e5c11f4 /zen/sys_info.h | |
parent | add upstream 12.3 (diff) | |
download | FreeFileSync-f76994f1fb3e25c4563c9d8afce6bbc86701d1d2.tar.gz FreeFileSync-f76994f1fb3e25c4563c9d8afce6bbc86701d1d2.tar.bz2 FreeFileSync-f76994f1fb3e25c4563c9d8afce6bbc86701d1d2.zip |
add upstream 12.412.4
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 |