MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / juce_runSystemCommand

Function juce_runSystemCommand

3rdparty/Amalgamate/juce_core_amalgam.cpp:26952–26956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26950
26951void juce_runSystemCommand (const String&);
26952void juce_runSystemCommand (const String& command)
26953{
26954 int result = system (command.toUTF8());
26955 (void) result;
26956}
26957
26958String juce_getOutputFromCommand (const String&);
26959String juce_getOutputFromCommand (const String& command)

Callers 2

addToDockMethod · 0.85

Calls 1

toUTF8Method · 0.80

Tested by

no test coverage detected