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
splitArgs
(,
cstring delims = " \t\r\n"
)

Meta