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

Function prependToPath

src/env.cpp:397–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397QString prependToPath(const QString& s)
398{
399 auto old = path();
400 set("PATH", s + ";" + old);
401 return old;
402}
403
404void setPath(const QString& s)
405{

Callers 1

addDllsToPathFunction · 0.85

Calls 2

pathFunction · 0.85
setFunction · 0.70

Tested by

no test coverage detected