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

Function appendToPath

src/env.cpp:390–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390QString appendToPath(const QString& s)
391{
392 auto old = path();
393 set("PATH", old + ";" + s);
394 return old;
395}
396
397QString prependToPath(const QString& s)
398{

Callers 1

spawnFunction · 0.85

Calls 2

pathFunction · 0.85
setFunction · 0.70

Tested by

no test coverage detected