X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9e9b65c1db303ea7000309ae9bc779db5b816a72..5527476f67f7313aeea0d16b2fe366e5a5ddb493:/include/wx/filename.h diff --git a/include/wx/filename.h b/include/wx/filename.h index 0f3153b65b..cf6cd1d18e 100644 --- a/include/wx/filename.h +++ b/include/wx/filename.h @@ -166,9 +166,10 @@ public: // get a temp file name starting with thespecified prefix void AssignTempFileName( const wxString &prefix ); - // directory creation and removal - bool Mkdir( int perm = 0777 ); - static bool Mkdir( const wxString &dir, int perm = 0777 ); + // directory creation and removal. + // if full is TRUE, will try to make each directory in the path. + bool Mkdir( int perm = 0777, bool full = FALSE); + static bool Mkdir( const wxString &dir, int perm = 0777, bool full = FALSE ); bool Rmdir(); static bool Rmdir( const wxString &dir );