Table of Contents

zapp_GetTempDir

Description

Get the full path to the application's temporary directory.

Files

Declaration helper/zApp.h
Implementation helper/zApp.cpp

Function prototype

bool zapp_GetTempDir(CzStr& TempDir);

Arguments

Name Type Comment
TempDir CzStr& A CzStr object, passed by reference, that is to receive the path of the application's temporary directory.

Return value

False if an error occurred, and true otherwise.

Comments

None.