MCPcopy Create free account
hub / github.com/MultiMC/Launcher / setWorkingDirectory

Method setWorkingDirectory

launcher/minecraft/launch/DirectJavaLaunch.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void DirectJavaLaunch::setWorkingDirectory(const QString &wd)
130{
131 m_process.setWorkingDirectory(wd);
132}
133
134void DirectJavaLaunch::proceed()
135{

Callers 1

createLaunchTaskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected