In my codebehind I'm currently saving documents to a folder on the server. If the document is temporary I append "_temp" to the filename. On page load I want to check the server folder where these documents are held and I want to delete any of the temporary documents. i.e. the files that end with "_temp".
What would be the best way to do this?