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

Method getLocalLibraryPath

launcher/minecraft/MinecraftInstance.cpp:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193QString MinecraftInstance::getLocalLibraryPath() const
194{
195 QDir libraries_dir(FS::PathCombine(instanceRoot(), "libraries/"));
196 return libraries_dir.absolutePath();
197}
198
199QString MinecraftInstance::jarModsDir() const
200{

Callers 4

executeTaskMethod · 0.80
executeTaskMethod · 0.80

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected