implemented wxFileName::SplitPath(), wxSplitPath() now just calls it
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 31 Dec 2000 01:15:33 +0000 (01:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 31 Dec 2000 01:15:33 +0000 (01:15 +0000)
commit9e8d860761774a8e54ba9caa8a1dc38380332a9a
tree0b53bc83633694f81c5836875ed3aa054ac94d6d
parent844f90fba68fc9fbd3e839825d406839ee9fb9fb
implemented wxFileName::SplitPath(), wxSplitPath() now just calls it

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