]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/pathlist.tex
added missing \wxheading{Parameters}
[wxWidgets.git] / docs / latex / wx / pathlist.tex
index 934f0170d287a3037b6b043e93110ec9dca6e743..a904788f2686197c547e045ebad7481ad8f759cf 100644 (file)
@@ -9,12 +9,17 @@ want to search files in some standard paths.
 
 \wxheading{Derived from}
 
-\helpref{wxArrayString}{wxarraystring}
+\helpref{wxArrayString}{wxarraystring}\\
+\helpref{wxArray}{wxarray}
 
 \wxheading{Include files}
 
 <wx/filefn.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxArrayString}{wxarraystring}, \helpref{wxStandardPaths}{wxstandardpaths}, \helpref{wxFileName}{wxfilename}
@@ -65,10 +70,8 @@ The {\it path} is always considered a directory but no existence checks will be
 
 \func{bool}{EnsureFileAccessible}{\param{const wxString\& }{filename}}
 
-Given a full filename (with path), ensures that the file exists and
-then calls \helpref{Add}{wxpathlistadd} with the path of the file.
-
-Returns \false if the file does not exist (and in this case its path won't be added).
+Given a full filename (with path), calls \helpref{Add}{wxpathlistadd} with the path
+of the file.
 
 
 \membersection{wxPathList::FindAbsoluteValidPath}\label{wxpathlistfindabsolutepath}