I have a zip file which contains Index.htm. I should read content of Index.htm and find a date(December 2011) inside it and create a directory with this date and then extract zip file inside this directory.
this is html file:
<HTML>
<HEAD></HEAD>
<BODY>
<A Name="TopOfPage"></A>
<TABLE Width="100%" Border="0" CellPadding="0" CellSpacing="0">
<TR>
<TD Width="30%"><A HRef="HeaderTxt/HetBCFI.htm">Het B.C.F.I.</A></TD>
</TR>
</TABLE>
<TABLE Width="100%" Border="0" CellPadding="0" CellSpacing="0">
<TR>
<TD RowSpan="2" Width="10"></TD>
<TD Width="70%"><STRONG><FONT Face="Arial" Size="2">Gecommentarieerd Geneesmiddelenrepertorium</FONT></STRONG></TD>
<TD Width="29%" Align="Right" Class= "Datum">
December 2011
</TD>
<TD Rowspan="2" Width="10"></TD>
</TR>
</TABLE> </BODY> </HTML>