Returns the arguments for the process
Source position: amigados.pas line 2002
function GetArgStr: PChar; |
Pointer to arguments
Returns a pointer to the (null-terminated) arguments for the program (process). This is the same string passed on startup from CLI.
|
Sets the arguments for the current process |
|
|
Runs a program using the current process |