Runs an external command, or opens a file/URL via the OS. Returns a status code.
System
Parameters & Returns
Parameters
commandString
Returns
Int
Quick Summary
Runs an external command, or opens a file/URL via the OS. Returns a status code.
Technical Exegesis...
Hands the command string to the operating system to execute (launch a program, open a document or URL with its default handler). Returns an OS status/result code.