I this application that allows user to create PDF files. It basically creates a virtural printer that when they print to it the end result is a .pdf file. The files get stored on the server in that particular users pdf folder. They then go to that folder and retrieve the pdf document.
What is occuring, users are not deleting or removing the file from there directory and the server is building up with all these pdf files. I would like to run a script or something that will delete .pdf files from that directory if it is older than 2 weeks of the date it was created.
Any ideas or suggestions would be greatly apprecited.
"D"
What is occuring, users are not deleting or removing the file from there directory and the server is building up with all these pdf files. I would like to run a script or something that will delete .pdf files from that directory if it is older than 2 weeks of the date it was created.
Any ideas or suggestions would be greatly apprecited.
"D"