Searched defs:IsFileReadable (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilename.h215 bool IsFileReadable() const { return wxIsReadable(GetFullPath()); } function in class:wxFileName
216 static bool IsFileReadable(const wxString &path) { return wxFileExists(path) && wxIsReadable(path); } function in class:wxFileName

Completed in 61 milliseconds