emphasize that result of wxGetWorkingDirectory() must be delete[]d
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -985,8 +985,8 @@ Returns a string containing the current (or working) directory.
|
|||||||
{\bf NB:} This function is obsolete: use \helpref{wxGetCwd}{wxgetcwd} instead.
|
{\bf NB:} This function is obsolete: use \helpref{wxGetCwd}{wxgetcwd} instead.
|
||||||
|
|
||||||
Copies the current working directory into the buffer if supplied, or
|
Copies the current working directory into the buffer if supplied, or
|
||||||
copies the working directory into new storage (which you must delete yourself)
|
copies the working directory into new storage (which you {\emph must} delete
|
||||||
if the buffer is NULL.
|
yourself) if the buffer is NULL.
|
||||||
|
|
||||||
{\it sz} is the size of the buffer if supplied.
|
{\it sz} is the size of the buffer if supplied.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user