Location of temporary files
jbsound
Posts: 35
Is there a way to specify where the temporary files are created?
I looked at the TempFile class, but it doesn't seem to contain a property or method to set the path for the temporary files.
As discussed in a different thread, we have the issue of a large database seemingly requiring a large amount of temporary space in order to do a transfer. So the thought was to rewrite the application to store the temporary files on a drive that had sufficient free space.
Any suggestions?
JB
I looked at the TempFile class, but it doesn't seem to contain a property or method to set the path for the temporary files.
As discussed in a different thread, we have the issue of a large database seemingly requiring a large amount of temporary space in order to do a transfer. So the thought was to rewrite the application to store the temporary files on a drive that had sufficient free space.
Any suggestions?
JB
Comments
It can't be set in the API, but if you add an environment variable to the application called RGTEMP, the application will use the location specified in the environment variable.