X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31eacdaf44bb5ace84b48abd946aaf96a429e5e6..4ee4c7b948e76377a6947d3ffbe5099870d0c3e9:/include/wx/filename.h diff --git a/include/wx/filename.h b/include/wx/filename.h index 7bb7a09460..1a6abd73eb 100644 --- a/include/wx/filename.h +++ b/include/wx/filename.h @@ -433,6 +433,11 @@ public: // is the char a path separator for this format? static bool IsPathSeparator(wxChar ch, wxPathFormat format = wxPATH_NATIVE); + // is this is a DOS path which beings with a windows unique volume name + // ('\\?\Volume{guid}\')? + static bool IsMSWUniqueVolumeNamePath(const wxString& path, + wxPathFormat format = wxPATH_NATIVE); + // Dir accessors size_t GetDirCount() const { return m_dirs.size(); } void AppendDir(const wxString& dir);