git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1805
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{\it flags} is reserved for future use.
{\it flags} is reserved for future use.
-The returned filename is a pointer to static memory so should
-not be freed.
-
For example:
\begin{verbatim}
wxString f = wxFindFirstFile("/home/project/*.*");
For example:
\begin{verbatim}
wxString f = wxFindFirstFile("/home/project/*.*");
{
...
f = wxFindNextFile();
{
...
f = wxFindNextFile();
-Remember that the returned pointer is temporary and should be copied
-if other wxWindows calls will be made before the value is to be used.
-
\wxheading{Include files}
<wx/filedlg.h>
\wxheading{Include files}
<wx/filedlg.h>