MCPcopy Create free account
hub / github.com/M2Team/NanaBox / GetAbsoluteUtf8Path

Function GetAbsoluteUtf8Path

NanaBox/Utils.cpp:253–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253std::string GetAbsoluteUtf8Path(
254 std::string const& FileName)
255{
256 return Mile::ToString(
257 CP_UTF8,
258 ::GetAbsolutePath(Mile::ToWideString(CP_UTF8, FileName)));
259}
260
261std::wstring GetDisplayNameFromShellItem(
262 _In_ IShellItem* Object,

Callers 2

MakeHcsConfigurationMethod · 0.85

Calls 1

GetAbsolutePathFunction · 0.85

Tested by

no test coverage detected