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 theFILE
object ornull
in case of I/O error. IferrorObj
is notundefined
, set itserrno
property to the error code or to 0 if no error occured.