From 9b8a360d4d15cb0a30cf376d9494d16fc6e3188f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin <vadim@wxwidgets.org> Date: Fri, 15 Dec 2006 01:20:02 +0000 Subject: [PATCH] mention wxRmDir() and its opposite return value meaning in wxRmdir() description (bug 1614494) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 091253e7c7..e09d7e8132 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -1273,6 +1273,11 @@ Removes the directory {\it dir}, returning true if successful. Does not work und The {\it flags} parameter is reserved for future use. +Please notice that there is also a wxRmDir() function which simply wraps the +standard POSIX rmdir() function and so return an integer error code instead of +a boolean value (but otherwise is currently identical to wxRmdir), don't +confuse these two functions. + \membersection{::wxSetWorkingDirectory}\label{wxsetworkingdirectory} -- 2.45.2