Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetTempFilePath
Method
GetTempFilePath
Source/Engine/Platform/Base/FileSystemBase.cpp:141–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
void FileSystemBase::GetTempFilePath(String& tmpPath)
142
{
143
tmpPath = Globals::TemporaryFolder / Guid::New().ToString(Guid::FormatType::N);
144
}
145
146
static void SplitPath(const String& path, Array<String>& splitPath)
147
{
Callers
nothing calls this directly
Calls
2
New
Function · 0.50
ToString
Method · 0.45
Tested by
no test coverage detected