Added wx.StandardPaths.GetTmpDir
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -6129,6 +6129,14 @@ class StandardPaths(object):
|
||||
"""
|
||||
return _misc_.StandardPaths_GetDocumentsDir(*args, **kwargs)
|
||||
|
||||
def GetTempDir(*args, **kwargs):
|
||||
"""
|
||||
GetTempDir(self) -> String
|
||||
|
||||
Return the user's directory for temporary files.
|
||||
"""
|
||||
return _misc_.StandardPaths_GetTempDir(*args, **kwargs)
|
||||
|
||||
def SetInstallPrefix(*args, **kwargs):
|
||||
"""
|
||||
SetInstallPrefix(self, String prefix)
|
||||
|
Reference in New Issue
Block a user