MCPcopy Create free account
hub / github.com/bumptop/BumpTop / launchFileAsync

Method launchFileAsync

trunk/win/Source/BT_FileSystemManager.cpp:1053–1056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1051}
1052
1053bool FileSystemManager::launchFileAsync(QString filePath, QString arguments, QString workingDir, bool runAsElevated, bool quoteArgs)
1054{
1055 return launchFile(filePath, arguments, workingDir, runAsElevated, quoteArgs, true);
1056}
1057
1058bool FileSystemManager::launchFile(SHELLEXECUTEINFO sei, QString filePath) {
1059

Callers 10

onLaunchMethod · 0.80
onDropMethod · 0.80
onLaunchMethod · 0.80
openInBrowserMethod · 0.80
runMethod · 0.80
onTransferCompleteMethod · 0.80
invokeCommandMethod · 0.80
onTransferCompleteMethod · 0.80
onTransferCompleteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected