|
noexcept |
Allocates and returns an absolute path for a directory used for storing temporary files.
CHAR_TYPE | is a type of the allocated buffer. Currently the template is defined only for CHAR_TYPE=char and CHAR_TYPE=wchar_t resolving to AllocateTempPathA and AllocateTempPathW respectively. |