diff options
author | B Stack <bgstack15@gmail.com> | 2021-02-02 21:49:34 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2021-02-02 21:49:34 +0000 |
commit | 26b8bd6eb07b78adad36049e03494a2931b231af (patch) | |
tree | 4d7c950512836f473a6a8cbb521c61e800db6584 /zen/sys_info.h | |
parent | Merge branch '11.5' into 'master' (diff) | |
parent | add upstream 11.6 (diff) | |
download | FreeFileSync-26b8bd6eb07b78adad36049e03494a2931b231af.tar.gz FreeFileSync-26b8bd6eb07b78adad36049e03494a2931b231af.tar.bz2 FreeFileSync-26b8bd6eb07b78adad36049e03494a2931b231af.zip |
Merge branch '11.6' into 'master'11.6
add upstream 11.6
See merge request opensource-tracking/FreeFileSync!30
Diffstat (limited to 'zen/sys_info.h')
-rw-r--r-- | zen/sys_info.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/zen/sys_info.h b/zen/sys_info.h index 9cd328bb..1b046fb6 100644 --- a/zen/sys_info.h +++ b/zen/sys_info.h @@ -28,8 +28,9 @@ ComputerModel getComputerModel(); //throw FileError std::wstring getOsDescription(); //throw FileError -Zstring getDesktopPath(); //throw FileError -Zstring getProcessPath(); //throw FileError +Zstring getRealProcessPath(); //throw FileError + +Zstring getUserDownloadsPath(); //throw FileError } |