X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c0ce340237e30bbc03e0e419d5a6d97a04dac6..0032ddbb32de472a9ed5e96879b1a23d70df023a:/docs/latex/wx/file.tex diff --git a/docs/latex/wx/file.tex b/docs/latex/wx/file.tex index 4f8ac4bafc..427897947c 100644 --- a/docs/latex/wx/file.tex +++ b/docs/latex/wx/file.tex @@ -298,3 +298,7 @@ Writes the contents of the string to the file, returns true on success. The second argument is only meaningful in Unicode build of wxWindows when {\it conv} is used to convert {\it s} to multibyte representation. +Note that this method only works with {\tt NUL}-terminated strings, if you want +to write data with embedded {\tt NUL}s to the file you should use the other +\helpref{Write() overload}{wxfilewrite}. +