MCPcopy 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
141void FileSystemBase::GetTempFilePath(String& tmpPath)
142{
143 tmpPath = Globals::TemporaryFolder / Guid::New().ToString(Guid::FormatType::N);
144}
145
146static void SplitPath(const String& path, Array<String>& splitPath)
147{

Callers

nothing calls this directly

Calls 2

NewFunction · 0.50
ToStringMethod · 0.45

Tested by

no test coverage detected