// OS/2 supports that have them (HPFS, FAT32) and security (HPFS386)
static const wxChar *szMktempSuffix = wxT("XXX");
m_strTemp << strName << szMktempSuffix;
// OS/2 supports that have them (HPFS, FAT32) and security (HPFS386)
static const wxChar *szMktempSuffix = wxT("XXX");
m_strTemp << strName << szMktempSuffix;
#else // Windows
wxString strPath;
wxSplitPath(strName, &strPath, NULL, NULL);
#else // Windows
wxString strPath;
wxSplitPath(strName, &strPath, NULL, NULL);