git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39435
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return new wxFSFile(s,
left + wxT("#zip:") + right,
GetMimeTypeFromExt(location),
GetAnchor(location)
#if wxUSE_DATETIME
return new wxFSFile(s,
left + wxT("#zip:") + right,
GetMimeTypeFromExt(location),
GetAnchor(location)
#if wxUSE_DATETIME
- , wxDateTime(wxFileModificationTime(left))
+ , wxFileSystem::URLToFileName(left).
+ GetModificationTime()
#endif // wxUSE_DATETIME
);
#endif // wxUSE_DATETIME
);