+ static wxStandardPathsBase& Get();
+
+ /**
+ Return the directory for the document files used by this application.
+
+ If the application-specific directory doesn't exist, this function
+ returns GetDocumentsDir().
+
+ Example return values:
+ - Unix: @c ~/appname
+ - Windows: @c "C:\Documents and Settings\username\My Documents\appname"
+ - Mac: @c ~/Documents/appname
+
+ @since 2.9.0
+
+ @see GetAppDocumentsDir()
+ */
+ virtual wxString GetAppDocumentsDir() const;