Open a process by creating a pipe (wrapper to the libc popen()). Return the FILE object or null in case of I/O error. If errorObj is not undefined, set its errno property to the error code or to 0 if no error occured.
popen()
FILE
null
errorObj
undefined
errno
Optional
Generated using TypeDoc
Open a process by creating a pipe (wrapper to the libc
popen()). Return theFILEobject ornullin case of I/O error. IferrorObjis notundefined, set itserrnoproperty to the error code or to 0 if no error occured.