Function popen

  • 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.

    Parameters

    • command: string
    • flags: string
    • Optional errorObj: ErrorObj

    Returns FILEResult

Generated using TypeDoc