diff options
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 } |