os_execute
Declaration
os_execute :: fn (command: string) s32
Description
Execute command in native shell and return exit code.
Arguments
command
Command to be executed.
Result
Execution exit code.
Declared in: docs.txt
os_execute :: fn (command: string) s32
Execute command in native shell and return exit code.
command
Command to be executed.Execution exit code.
Declared in: docs.txt