]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/file.tex
fixed bug with wxcolourDatabase::FindColour(); added (and documented) new Find()...
[wxWidgets.git] / docs / latex / wx / file.tex
index 4f8ac4bafc4896c7d696ed4021da755bbff60cbe..427897947c9cfc5100fd22d522e5fc9220e422e2 100644 (file)
@@ -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}.
+