Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
397
QString prependToPath(const QString& s)
398
{
399
auto old = path();
400
set(
"PATH"
, s +
";"
+ old);
401
return old;
402
}
403
404
void setPath(const QString& s)
405
{
Callers
1
addDllsToPath
Function · 0.85
Calls
2
path
Function · 0.85
set
Function · 0.70
Tested by
no test coverage detected