]> git.saurik.com Git - wxWidgets.git/commit - src/common/filename.cpp
Recognize UNCs starting with forward slashes too in wxFileName.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Nov 2009 14:59:39 +0000 (14:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 5 Nov 2009 14:59:39 +0000 (14:59 +0000)
commit7b611a3ae9e5f258dbe18383783b975263a9aa58
tree31d9839218e42569362602aecff5e97eebcc7460
parenteb6fda807a4f165001930844e25cc284fdfb5b4b
Recognize UNCs starting with forward slashes too in wxFileName.

Treat \\share\path and //share/path in the same way (for wxPATH_DOS paths).

Add a test for UNC parsing to the unit test.

Closes #11376.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/filename.cpp
tests/filename/filenametest.cpp