Sets the arguments for the current process
Source position: amigados.pas line 2005
function SetArgStr( |
str: PChar |
):LongBool; |
The previous argument string, can be nil
Sets the arguments for the current program. The ptr MUST be reset to it's original value before process exit.
|
Returns the arguments for the process |
|
|
Runs a program using the current process |