MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetSpecialFolderPath

Method GetSpecialFolderPath

Source/Engine/Platform/UWP/UWPFileSystem.cpp:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "Engine/Core/Types/String.h"
7
8void UWPFileSystem::GetSpecialFolderPath(const SpecialFolder type, String& result)
9{
10 Char buffer[260];
11 int length = CUWPPlatform->GetSpecialFolderPath((UWPPlatformImpl::SpecialFolder)type, buffer, 260);
12
13 result = buffer;
14 NormalizePath(result);
15}
16
17#endif

Callers

nothing calls this directly

Calls 1

NormalizePathFunction · 0.85

Tested by

no test coverage detected