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

Method openGameFolder

src/mainwindow.cpp:2616–2619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2614}
2615
2616void MainWindow::openGameFolder()
2617{
2618 shell::Explore(m_OrganizerCore.managedGame()->gameDirectory());
2619}
2620
2621void MainWindow::openMyGamesFolder()
2622{

Callers

nothing calls this directly

Calls 2

gameDirectoryMethod · 0.80
managedGameMethod · 0.45

Tested by

no test coverage detected