git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13042
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxString result;
gs_dir->GetFirst(&result, wxFileNameFromPath(spec), dirFlags);
if ( result.IsEmpty() )
wxString result;
gs_dir->GetFirst(&result, wxFileNameFromPath(spec), dirFlags);
if ( result.IsEmpty() )
return gs_dirPath + result;
}
return gs_dirPath + result;
}
gs_dir->GetNext(&result);
if ( result.IsEmpty() )
gs_dir->GetNext(&result);
if ( result.IsEmpty() )
return gs_dirPath + result;
}
return gs_dirPath + result;
}