MCPcopy Create free account
hub / github.com/VioletGiraffe/file-commander / runExecutable

Method runExecutable

file-commander-core/src/shell/cshell.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121#ifdef _WIN32
122
123bool OsShell::runExecutable(const QString& command, const QString& arguments, const QString& workingDir)
124{
125 return runExe(command, arguments, workingDir, false);
126}
127
128bool OsShell::runExe(const QString& command, const QString& arguments, const QString& workingDir, bool asAdmin)
129{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected