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

Method Menu_File_Open_File

Source/Common/Core.cpp:57–61  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

55
56//---------------------------------------------------------------------------
57size_t Core::Menu_File_Open_File (const String& FileName)
58{
59 Menu_File_Open_Files_Begin();
60 return Menu_File_Open_Files_Continue(FileName);
61}
62
63//---------------------------------------------------------------------------
64void Core::Menu_File_Open_Files_Begin (bool Close, bool WithThread)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected