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
Name | Description |
---|---|
POpen | Pipe file to standard input/output of program |