Next step on bringing PalmOS build to the same filelist as in bakefiles: adjustements in file related wxAPI.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-02-24 18:01:42 +00:00
parent f469584d64
commit 683510536f
4 changed files with 69 additions and 36 deletions

View File

@@ -39,7 +39,9 @@
#include "wx/filefn.h"
#include "wx/datetime.h"
#if wxUSE_FILE
class WXDLLIMPEXP_BASE wxFile;
#endif
// ----------------------------------------------------------------------------
// constants
@@ -240,12 +242,14 @@ public:
void AssignHomeDir();
static wxString GetHomeDir();
#if wxUSE_FILE
// get a temp file name starting with the specified prefix and open the
// file passed to us using this name for writing (atomically if
// possible)
void AssignTempFileName(const wxString& prefix, wxFile *fileTemp = NULL);
static wxString CreateTempFileName(const wxString& prefix,
wxFile *fileTemp = NULL);
#endif // wxUSE_FILE
// directory creation and removal.
bool Mkdir( int perm = 0777, int flags = 0);