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

Function backdateBSAs

src/spawn.cpp:979–985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

977}
978
979bool backdateBSAs(QWidget* parent, const std::wstring& moPath,
980 const std::wstring& dataPath)
981{
982 const std::wstring commandLine = std::format(L"backdateBSA \"{}\"", dataPath);
983
984 return helperExec(parent, moPath, commandLine, FALSE);
985}
986
987bool adminLaunch(QWidget* parent, const std::wstring& moPath,
988 const std::wstring& moFile, const std::wstring& workingDir)

Callers 1

on_bsaDateBtn_clickedMethod · 0.85

Calls 1

helperExecFunction · 0.85

Tested by

no test coverage detected