mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 05:49:12 +02:00
+ Additional explanation about Append erros.
This commit is contained in:
parent
fc5e00ee25
commit
23485772d6
@ -5022,7 +5022,9 @@ Procedure Append (Var F : Text);
|
|||||||
append mode.
|
append mode.
|
||||||
|
|
||||||
\Errors
|
\Errors
|
||||||
If the file doesn't exists, a run-time error will be generated.
|
If the file doesn't exist when appending, a run-time error will be generated.
|
||||||
|
This behaviour has changed on Windows and Linux platforms, where in versions
|
||||||
|
prior to 1.0.6, the file would be created in append mode.
|
||||||
\SeeAlso
|
\SeeAlso
|
||||||
\seep{Rewrite},\seep{Close}, \seep{Reset}
|
\seep{Rewrite},\seep{Close}, \seep{Reset}
|
||||||
\end{procedure}
|
\end{procedure}
|
||||||
|
Loading…
Reference in New Issue
Block a user