Hi there,
I am just kind of stuck right now and looking over FileSystemWatcher Class but i need help. I have to create a class that will monitor and delete all files older thatXnumber of days.
I have to create 2 methods
DeleteFilesOlderThan()
FilesOlderThan() and similarly have DeleteFilesOlderThan() method call FilesOlderThan()
All i have done is this....
[CODE]
public int DeleteFilesOlderThan(int Days, int Hrs, int Mins){}
Thanks for your help!!!