MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / exploreBaseDirectory

Method exploreBaseDirectory

src/instancemanagerdialog.cpp:471–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471void InstanceManagerDialog::exploreBaseDirectory()
472{
473 if (const auto* i = singleSelection()) {
474 shell::Explore(i->baseDirectory());
475 }
476}
477
478void InstanceManagerDialog::exploreGame()
479{

Callers

nothing calls this directly

Calls 1

baseDirectoryMethod · 0.80

Tested by

no test coverage detected