]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/filesys.tex
Misc doc fixes
[wxWidgets.git] / docs / latex / wx / filesys.tex
index c1e3e01e468442a30d19393bb338bcbbbcbc6ad0..92ae14e6bd6f79a4e9fa144871a341f0a3a1dcc8 100644 (file)
@@ -121,11 +121,12 @@ 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}
 
-\func{static wxFileName}{URLToFileName}{\param{const wxString& }{url}}
+\func{static wxFileName}{URLToFileName}{\param{const wxString\& }{url}}
 
 Converts URL into a well-formed filename. The URL must use the {\tt file} 
 protocol.