libsimpleioLINUX_command Method |
Execute a shell command string.
Namespace: IO.BindingsAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public static void LINUX_command(
string cmd,
out int error
)
Parameters
- cmd String
- Command string.
- error Int32
- Error code.
See Also