Searched refs:wxFindFirstFile (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfilesysh.tex121 Works like \helpref{wxFindFirstFile}{wxfindfirstfile}. Returns name of the first
H A Dfilesys.tex142 Works like \helpref{wxFindFirstFile}{wxfindfirstfile}. Returns name of the first
H A Dfunction.tex101 \helpref{wxFindFirstFile}{wxfindfirstfile}\\
1016 \membersection{::wxFindFirstFile}\label{wxfindfirstfile}
1018 \func{wxString}{wxFindFirstFile}{\param{const char *}{spec}, \param{int}{ flags = 0}}
1036 wxString f = wxFindFirstFile("/home/project/*.*");
1049 Returns the next file that matches the path passed to \helpref{wxFindFirstFile}{wxfindfirstfile}.
1051 See \helpref{wxFindFirstFile}{wxfindfirstfile} for an example.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilesys.cpp261 return wxFindFirstFile(ms_root + fn.GetFullPath(), flags);
H A Dfilefn.cpp1369 wxString wxFindFirstFile(const wxChar *spec, int flags) function
1408 wxASSERT_MSG( gs_dir, wxT("You must call wxFindFirstFile before!") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilefn.h550 WXDLLIMPEXP_BASE wxString wxFindFirstFile(const wxChar *spec, int flags = wxFILE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/wxrc/
H A Dwxrc.cpp326 wxString fn=wxFindFirstFile(cmdline.GetParam(i), wxFILE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp156 # define wxXmlFindFirst wxFindFirstFile(filemask, wxFILE)

Completed in 120 milliseconds