X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31eacdaf44bb5ace84b48abd946aaf96a429e5e6..da8b1d4b3b535aba94d04494f5b6e2b3e47901ee:/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);