]> git.saurik.com Git - wxWidgets.git/commitdiff
mention wxRmDir() and its opposite return value meaning in wxRmdir() description...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Dec 2006 01:20:02 +0000 (01:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Dec 2006 01:20:02 +0000 (01:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/function.tex

index 091253e7c7f5959e312e024d30737d728ed3da10..e09d7e81321d95e5e15adb4a0355008b533d4fae 100644 (file)
@@ -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}