From f1104df1338dcee773ae7d6363f17c4646878bb6 Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Sat, 1 Dec 2001 14:40:34 +0000 Subject: [PATCH] somehow this got missed on the last commit.. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/file.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/latex/wx/file.tex b/docs/latex/wx/file.tex index 943240de4b..fbb705f154 100644 --- a/docs/latex/wx/file.tex +++ b/docs/latex/wx/file.tex @@ -54,6 +54,8 @@ or test if it can be opened for writing with Access()} contents of the file is not erased and the file pointer is initially placed at the end of the file; can not be used with Access(). This is the same as {\bf wxFile::write} if the file doesn't exist.} +\twocolitem{{\bf wxFile::write\_excl}}{Open the file securely for writing (Uses O\_EXCL | O\_CREAT). +Will fail if the file already exists, else create and open it atomically. Useful for opening temporary files without being vulnerable to race exploits.} \end{twocollist} Other constants defined elsewhere but used by wxFile functions are wxInvalidOffset which represents an -- 2.50.0