// CopyFile() copies file attributes and modification time too, so use it
// instead of our code if available
//
// CopyFile() copies file attributes and modification time too, so use it
// instead of our code if available
//
if ( mkdir(wxFNCONV(dirname), perm) != 0 )
#elif defined(__WXPM__)
if (::DosCreateDir((PSZ)dirname, NULL) != 0) // enhance for EAB's??
if ( mkdir(wxFNCONV(dirname), perm) != 0 )
#elif defined(__WXPM__)
if (::DosCreateDir((PSZ)dirname, NULL) != 0) // enhance for EAB's??
// Get a temporary filename, opening and closing the file.
wxChar *wxGetTempFileName(const wxString& prefix, wxChar *buf)
{
// Get a temporary filename, opening and closing the file.
wxChar *wxGetTempFileName(const wxString& prefix, wxChar *buf)
{
// On non-Windows platform, probably just return the empty string.
wxString wxGetOSDirectory()
{
// On non-Windows platform, probably just return the empty string.
wxString wxGetOSDirectory()
{