Patch 1173507 by Stas Sergeev. Allow FindFirst to work with patterns
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 9 Apr 2005 03:06:19 +0000 (03:06 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 9 Apr 2005 03:06:19 +0000 (03:06 +0000)
commitba75c6bb8c85705aca6b46871e0fc6548f15a73d
treef0e9fe50dc26f60eb2b9d13eb12b1f50688bb6ff
parent7634e443c0e942b68b0730c9cee2504ba29b35dc
Patch 1173507 by Stas Sergeev. Allow FindFirst to work with patterns
such as 'file:abc.zip#zip:/xyz/*' that have a '/' after the 'zip:' since
it is possible to open paths such as 'file:abc.zip#zip:/xyz/123.txt'. Also
allow 'abc.zip#zip:' and 'abc.zip#zip:/' to match the zip's root. And
create a new instance of wxFileSystem within OpenFile to avoid infinite
recursion.

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