Canvas Python DAP, custom TEMP FOLDER location
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Does anybody know how to set up a custom location for the files downloaded by the dap? Basically need to setup the temporary folder in a much larger drive, instead of the dap using the windows default temp folder for each user. I'd like to change this just for the dap instead of changing the default in windows for the least minimal change.
I did find an old post about someone asking about setting this value, which was over a year ago, it was determined that this value needed to be set dap.api.DEFAULT_FOLDER. I'm not sure if this is still accurate in the latest version of the DAP since the apy.py doesnt have this variable anywhere.
The closest thing i found on the api.py is output_directory
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the replies. Looks like just setting the Temp via python os.environ would be the best approach.