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

Method instancePath

src/instancemanager.cpp:550–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550QString InstanceManager::instancePath(const QString& instanceName) const
551{
552 return QDir::fromNativeSeparators(globalInstancesRootPath() + "/" + instanceName);
553}
554
555QString InstanceManager::globalInstancesRootPath() const
556{

Callers 1

rawCreationInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected