MCPcopy 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
186auto CUtility::GetTempFilePath() -> std::wstring
187{
188 TCHAR tmpDir[1024] {};
189 GetTempPath(1024, tmpDir);
190 return tmpDir;
191}
192
193auto CUtility::GetSpecialFolderLocation(int folderKind) -> std::wstring
194{

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64