Get the full path to the application's temporary directory.
| Declaration | helper/zApp.h |
|---|---|
| Implementation | helper/zApp.cpp |
bool zapp_GetTempDir(CzStr& TempDir);
| Name | Type | Comment |
|---|---|---|
| TempDir | CzStr& | A CzStr object, passed by reference, that is to receive the path of the application's temporary directory. |
False if an error occurred, and true otherwise.
None.