Mention that temp dir is for current user.
This commit is contained in:
@@ -773,7 +773,8 @@ public:
|
|||||||
static wxULongLong GetSize(const wxString& filename);
|
static wxULongLong GetSize(const wxString& filename);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Returns the directory used for temporary files.
|
Returns the directory used for temporary files, for current user. Same as
|
||||||
|
wxStandardPaths::GetTempDir().
|
||||||
*/
|
*/
|
||||||
static wxString GetTempDir();
|
static wxString GetTempDir();
|
||||||
|
|
||||||
|
@@ -228,8 +228,9 @@ public:
|
|||||||
virtual wxString GetResourcesDir() const;
|
virtual wxString GetResourcesDir() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Return the directory for storing temporary files.
|
Return the directory for storing temporary files, for the current user. Same as
|
||||||
To create unique temporary files, it is best to use wxFileName::CreateTempFileName
|
wxFileName::GetTempDir().
|
||||||
|
To create unique temporary files, it is best to use wxFileName::CreateTempFileName()
|
||||||
for correct behaviour when multiple processes are attempting to create temporary files.
|
for correct behaviour when multiple processes are attempting to create temporary files.
|
||||||
|
|
||||||
@since 2.7.2
|
@since 2.7.2
|
||||||
|
Reference in New Issue
Block a user