MCPcopy Create free account
hub / github.com/Norbyte/bg3se / GetResourceLocalPath

Method GetResourceLocalPath

BG3Updater/Cache.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11{}
12
13std::wstring CachedResource::GetResourceLocalPath() const
14{
15 return cachePath_ + L"\\" + FromStdUTF8(resourceName_);
16}
17
18std::wstring CachedResource::TryCreateLocalResourceCacheDirectory()
19{

Callers

nothing calls this directly

Calls 1

FromStdUTF8Function · 0.85

Tested by

no test coverage detected