Unit 'Unix' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

PClose

Close file opened with POpen.

Declaration

Source position: unxovlh.inc line 16

function PClose(

  var F: file

):cint;

function PClose(

  var F: text

):cint;

Description

PClose closes a file opened with POpen. It waits for the command to complete, and then returns the exit status of the command.

For an example, see POpen

Errors

Extended error information is returned by the FpGetErrno function.

See also

POpen

  

Pipe file to standard input/output of program.


Documentation generated on: Jul 24 2023