Applied patch [ 1531615 ] size support for wxFileName

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-08-18 15:30:28 +00:00
parent 95f090310c
commit 23b8a26299
5 changed files with 203 additions and 1 deletions

View File

@@ -145,6 +145,9 @@ public:
const wxString& filespec,
int flags = wxDIR_DEFAULT);
// returns the size of all directories recursively found in given path
static wxULongLong GetTotalSize(const wxString &dir, wxArrayString *filesSkipped = NULL);
private:
friend class wxDirData;