Hi all,
I have requirement which is as follows.
1> Thr is a folder By Names Old where the Zip files gets accumulated based on daily,weekly etc.
From this folder i need to check for the zip files and i need to unzip the files one by one and do some process for which we have developed some package.
My req here is that the folder "OLD" where the zip files are present, I need to fetch one by one based on their dates, i.e. need to take the oldest first to the latest files.
For Ex: If the Folder "OLD" has three zipFiles 1.zip,2.Zip and 3.Zip with the dates say 01/07/2013 09:00:00,01/07/2013 11:00:00 and 01/07/2013 14:00:00 rspectively where 3.zip being the lastest and the 1.zip the oldest file. Ineed to fetch 1.Zip then 2 and finally 3.
Need ur advices on above req.Thanks in advance.
Santhosh.
Please have look on the comment