#include <acsutil.h>
#include <ace/SString.h>
Go to the source code of this file.
Functions | |
ACE_CString | getTempFileName (const ACE_TCHAR *fileNameEnvVar, const ACE_TCHAR *fileName) |
Header used to obtain temporary files.
ACE_CString getTempFileName | ( | const ACE_TCHAR * | fileNameEnvVar, | |
const ACE_TCHAR * | fileName | |||
) |
This function is use to generated a temporary file name, including the full path. The following policy is used:
fileNameEnvVar | temp. file specific env. var. (overrides all options), e.g. "ACS_RECOVERY_FILE" | |
fileName | only bare file name, e.g. "local_cache.dat" |