From: Ryan Norton Date: Tue, 23 Dec 2003 03:16:37 +0000 (+0000) Subject: Added note about deleting returned object (OpenFile) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6ed8156e8ac28d5edabcb19a0213f3969955ebd5 Added note about deleting returned object (OpenFile) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/filesys.tex b/docs/latex/wx/filesys.tex index d01ce1ee96..92ae14e6bd 100644 --- a/docs/latex/wx/filesys.tex +++ b/docs/latex/wx/filesys.tex @@ -121,7 +121,8 @@ Returns the next filename that matches parameters passed to \helpref{FindFirst}{ Opens the file and returns a pointer to a \helpref{wxFSFile}{wxfsfile} object or NULL if failed. It first tries to open the file in relative scope (based on value passed to ChangePathTo() method) and then as an -absolute path. +absolute path. Note that the user is responsible for deleting the returned +wxFSFile. \membersection{wxFileSystem::URLToFileName}\label{wxfilesystemurltofilename}