X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34e2d9439b84617ca61a52354bdb18c1ce5546fb..9e967d5417d49764276cf121a32c35d5770b1332:/docs/latex/wx/pathlist.tex diff --git a/docs/latex/wx/pathlist.tex b/docs/latex/wx/pathlist.tex index 934f0170d2..a904788f26 100644 --- a/docs/latex/wx/pathlist.tex +++ b/docs/latex/wx/pathlist.tex @@ -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} +\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}