]> git.saurik.com Git - wxWidgets.git/commit - src/common/filename.cpp
Added wxFileName::Exists().
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Feb 2012 15:39:46 +0000 (15:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Feb 2012 15:39:46 +0000 (15:39 +0000)
commit996d3fe3f80a5954439d6a57c858ac43d2576cf2
tree7ff8ac95e78e79e358b799e932a4fdc3c822f65a
parent901504c38303a144615a7f88b328694c6662bbf7
Added wxFileName::Exists().

This function checks for existence of anything with the given name, not
necessarily just a file or a directory.

Extend the unit test to verify that it returns true for /dev/null on Unix
systems.

Closes #953.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/filename.h
interface/wx/filename.h
src/common/filename.cpp
tests/filename/filenametest.cpp