[Overview][Constants][Types][Procedures and functions] | Reference for unit 'BaseUnix' (#rtl) |
Create a null-terminated array of strings from a command-line string
Source position: line 0
function CreateShellArgV( |
const prog: String |
):ppchar; |
const prog: Ansistring |
):ppchar; |
CreateShellArgV creates a command-line string for executing a shell command using 'sh -c'. The result is a null-terminated array of null-terminated strings suitable for use in fpExecv and friends.
If no more memory is available, a heap error may occur.
|
Execute process |
|
|
Free the result of a CreateShellArgV function |
No notes exist for this page yet.