make wxFile::Exists() use wxFileExists(): this avoids code duplication and should...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 12 Sep 2002 19:32:29 +0000 (19:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 12 Sep 2002 19:32:29 +0000 (19:32 +0000)
commit4ea2c29f51d358c9a9bbc37edda1541073c71364
tree7812e0ea10ffd57488310dc31e4ded368a692aa2
parent58071ea0089e929db5899d27072b10d79ed57f10
make wxFile::Exists() use wxFileExists(): this avoids code duplication and should make wxFile::Exists() work with UNC paths

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/file.cpp
src/common/filefn.cpp