소스 검색

+ Additional explanation about Append erros.

michael 24 년 전
부모
커밋
23485772d6
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      docs/ref.tex

+ 3 - 1
docs/ref.tex

@@ -5022,7 +5022,9 @@ Procedure Append (Var F : Text);
 append mode.
 
 \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
 \seep{Rewrite},\seep{Close}, \seep{Reset}
 \end{procedure}