Function system from io
Brief description
system(command:String):int
Calls a shell command More ...
Function information
| Name: | system |
| Base: | |
| Group: | Built-in plugins:System commands |
| Icon: | system.png |
| Color: | black |
| Authors: | |
| Copyright: |
Detailed description
Calls a shell command
Input parameters
-
command:
String
- Command to execute
Return values
-
Default return value:
int
- Result of the command execution
