MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / FinalizeInstall

Method FinalizeInstall

Source/GUI/VCL/GUI_Plugin.cpp:329–337  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

327
328//---------------------------------------------------------------------------
329void __fastcall TPluginF::FinalizeInstall()
330{
331 RunThread = NULL;
332
333 if (TempPath.size() && File::Exists(TempPath))
334 File::Delete(TempPath);
335
336 ModalResult = 1;
337}
338
339//***************************************************************************
340// C++

Callers 1

FinalizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected