X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9d6f3a4730294521f45c227fed8628ecadb8460..8ec09aacc6d8a0ef8c8e3910c46258bc20f0734b:/wxPython/src/mac/_misc.py?ds=inline diff --git a/wxPython/src/mac/_misc.py b/wxPython/src/mac/_misc.py index 01505bf8b0..ddab88db58 100644 --- a/wxPython/src/mac/_misc.py +++ b/wxPython/src/mac/_misc.py @@ -5797,6 +5797,17 @@ class StandardPaths(object): """ return _misc_.StandardPaths_GetLocalizedResourcesDir(*args, **kwargs) + def GetDocumentsDir(*args, **kwargs): + """ + GetDocumentsDir(self) -> String + + Return the Documents directory for the current user. + + C:\Documents and Settings\username\Documents under Windows, + $HOME under Unix and ~/Documents under Mac + """ + return _misc_.StandardPaths_GetDocumentsDir(*args, **kwargs) + def SetInstallPrefix(*args, **kwargs): """ SetInstallPrefix(self, String prefix)