Purging the Env("TEMP") directory
Our environments gradually accumulate files in the Environment temp directory. I know the system uses this directory, and we also write files to it.
Example;
,,,\fsprd91\appserv\FSPRD91\LOGS\tmp
Is there a standard process that cleans this thing up? If not, is there a reason we can't just purge it's contents (older than N days) with a script? Thanks!