MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / mOpenFilesLocExecute

Method mOpenFilesLocExecute

source/main.cpp:726–729  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

724}
725//---------------------------------------------------------------------------
726void __fastcall TMainForm::mOpenFilesLocExecute(TObject *Sender)
727{
728 ShellExecute(GetDesktopWindow(), "explore", WorkDir.c_str(), NULL, NULL, SW_SHOWNORMAL);
729}
730//---------------------------------------------------------------------------
731void __fastcall TMainForm::aSetupExecute(TObject *Sender)
732{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected