}
+ DocDeclStr(
+ virtual wxString , GetExecutablePath() const,
+ "Return the path (directory+filename) of the running executable or an
+empty string if it couldn't be determined. The path is returned as an
+absolute path whenever possible.", "");
+
DocDeclStr(
virtual wxString , GetConfigDir() const,
C:\Documents and Settings\username\Documents under Windows,
$HOME under Unix and ~/Documents under Mac", "");
-
+ DocDeclStr(
+ virtual wxString , GetTempDir() const,
+ "Return the user's directory for temporary files.", "");
+
DocStr(SetInstallPrefix,
"Set the program installation directory which is /usr/local by default.