Process.splitArgs

Split a string containing the command line used to invoke a program and return and array with the parsed arguments. The double-quotes (") character can be used to specify arguments with embedded spaces. e.g. first "second param" third

class Process
protected static
const(char)[][]
splitArgs
(
const(char)[] command
,
const(char)[] delims = " \t\r\n"
)

Meta