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

Function GetExecutePath

DebugView++/MainFrame.cpp:1212–1216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1210}
1211
1212std::wstring GetExecutePath()
1213{
1214 auto path = std::experimental::filesystem::system_complete(std::experimental::filesystem::path( Win32::GetCommandLineArguments()[0]));
1215 return path.remove_filename().c_str();
1216}
1217
1218void CMainFrame::OnLogDebugviewAgent(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1219{

Callers 1

OnLogDebugviewAgentMethod · 0.70

Calls 2

GetCommandLineArgumentsFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected