This function expires (read deletes) files that were last modified more than nExpireFilesOlderThanMinutes ago from the strSubDirectory of the base temp directory.
public static void ExpireTempFiles( stringstrSubDirectory, intnExpireFilesOlderThanMinutes );