Move your exported excel file

I am using the INITIAL Settings in the grid application to generate an excel file. This works great however I need to move the file from the tmp directory to another directory for storage. I would love to use the php rename() command; however the grid application does not have an Event to support moving the file after it is created. I know I can change my settings for the tmp directory; but I really just want to move the file once it is created. Any ideas are greatly appreciated.

Use advanced deployment when you want the uploaded moved somewhere. Fill in your proper paths and so on in an advanced deployment and just deploy all your applications that need files in a specific dir with that advanced profile.
You will see when you are using it that the files will then be automatically moved from your tmp dir to the dir that hou have set in your your advanced deployment.
Basically if you want to store files somewhere you have to use advanced deployment…