Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NPP-JSONViewer/JSON-Viewer
/ GetTempFilePath
Method
GetTempFilePath
src/UtilityLib/Utility.cpp:186–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
auto CUtility::GetTempFilePath() -> std::wstring
187
{
188
TCHAR tmpDir[1024] {};
189
GetTempPath(1024, tmpDir);
190
return tmpDir;
191
}
192
193
auto CUtility::GetSpecialFolderLocation(int folderKind) -> std::wstring
194
{
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64