mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 22:50:59 +02:00
* Added remark that popen opened files should not be reset
This commit is contained in:
parent
d3b493a609
commit
786d53d194
@ -448,6 +448,10 @@ What is written to \var{StreamOut}, will go to the standard input of
|
||||
Reading and writing happens through the usual \var{Readln(StreamIn,...)} and
|
||||
\var{Writeln (StreamOut,...)} procedures.
|
||||
|
||||
{\em Remark:} You should {\em not} use \var{Reset} or \var{Rewrite} on a
|
||||
file opened with \var{POpen}. This will close the file before re-opening
|
||||
it again, thereby closing the connection with the program.
|
||||
|
||||
\Errors
|
||||
\var{LinuxError} is used to report errors:
|
||||
\begin{description}
|
||||
|
Loading…
Reference in New Issue
Block a user