MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetExecutePath

Function GetExecutePath

DebugView++Test/DebugView++Test.cpp:454–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454std::wstring GetExecutePath()
455{
456 auto path = system_complete(std::experimental::filesystem::path( Win32::GetCommandLineArguments()[0]));
457 return path.remove_filename().c_str();
458}
459
460BOOST_AUTO_TEST_CASE(LogSourceLoopback)
461{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.70

Calls 2

GetCommandLineArgumentsFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected