]> git.saurik.com Git - wxWidgets.git/commit - src/common/filename.cpp
Revert accidental incompatible change to wxFileName::DirExists().
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Oct 2012 15:51:26 +0000 (15:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Oct 2012 15:51:26 +0000 (15:51 +0000)
commit988f7eec77d3a6cbc08980252a0349b3c6be7bf4
treec5e7529744ba0f7e03745ff7ad2a0b2514b70834
parent220dcb1a7f58c0c499938ac52ae5c8c937ffd8bc
Revert accidental incompatible change to wxFileName::DirExists().

The non-static version tests for the existence of the directory part of the
object only as is explicitly mentioned in the documentation, so do the test on
GetPath() and not GetFullPath() as we did since r72707.

Also add a unit test for this behaviour.

Closes #14771.

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