don't treat filenames starting with dot as having empty name and extension equal...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Jun 2004 21:56:44 +0000 (21:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Jun 2004 21:56:44 +0000 (21:56 +0000)
commite5a573a28b2f14a4c6669cf03294302d4a9baa63
tree209b2f55c45f049e2887f28661bb88bf04e3a3c3
parent91a7f3b04d21dfe5fef7b214aaee745b1428e0bb
don't treat filenames starting with dot as having empty name and extension equal to the full name without dot (was done like this only for Unix and VMS before, now do it for all platforms)

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