]> git.saurik.com Git - wxWidgets.git/commit
Implement wx{File,Dir}Exists() in terms of wxFileName methods.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Nov 2009 02:40:08 +0000 (02:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Nov 2009 02:40:08 +0000 (02:40 +0000)
commit5bb596668f594b06c2b56199c5fbd2411eab5ad8
tree17fd6913b6d28feb9cdd51a12383bfef274a8689
parentad42f414c8b417af309d25f149e32ea20d0d6c54
Implement wx{File,Dir}Exists() in terms of wxFileName methods.

Use wxFileName from the global functions instead of using global functions in
wxFileName methods as wxFileName is the preferred API for all these
operations.

Closes #11488.

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