use wxString in wxFileSystem::FindFileInPath()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -118,7 +118,7 @@ Converts filename into URL.
|
||||
|
||||
\membersection{wxFileSystem::FindFileInPath}\label{wxfilesystemfindfileinpath}
|
||||
|
||||
\func{bool}{FindFileInPath}{\param{wxString }{*str}, \param{const wxChar }{*path}, \param{const wxChar }{*file}}
|
||||
\func{bool}{FindFileInPath}{\param{wxString }{*str}, \param{const wxString\& }{path}, \param{const wxString\& }{file}}
|
||||
|
||||
Looks for the file with the given name \arg{file} in a colon or semi-colon
|
||||
(depending on the current platform) separated list of directories in
|
||||
|
Reference in New Issue
Block a user