Hi Experts,
i have "BACKUP" folder like "D:\files\backup\"
inside backup folder i have <date> folders like "D:\files\backup\20131201\" and "D:\files\backup\20131217\" and so on...
And inside each <date> folder i have "test_<yyyymmddhhmmss>.Z" files.
Now i want to purge the files(which are present inside the <date> folder's) which are created 30 day's before.(my code should go inside each and every <date> folder and check for the file)
and folder's also should get deleted.
How can i do it in C#?
Please help me
Thankx in advance