question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

hi! It will be very useful (at least for me), if there would be user_temp_dir or system_temp_dir. Are there any plans to add one? Thanks!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
mortenljcommented, Nov 8, 2017

Isn’t this in most cases already solved by tempfile from the standard library? https://docs.python.org/3/library/tempfile.html#tempfile.gettempdir

0reactions
zoofoodcommented, Jul 31, 2018

Already supported by standard library in python 2 and 3.

Read more comments on GitHub >

github_iconTop Results From Across the Web

temp-dir - npm
Get the real path of the system temp directory. Latest version: 3.0.0, last published: 3 months ago. Start using temp-dir in your project...
Read more >
tempfile — Generate temporary files and directories — Python ...
This class securely creates a temporary directory using the same rules as mkdtemp() . The resulting object can be used as a context...
Read more >
Temporary folder - Wikipedia
In computing, a temporary folder or temporary directory is a directory used to hold temporary files. Many operating systems and some software automatically ......
Read more >
sindresorhus/temp-dir: Get the real path of the system ... - GitHub
The os.tmpdir() built-in doesn't return the real path. That can cause problems when the returned path is a symlink, which is the case...
Read more >
Name of temporary folder for the system - MATLAB tempdir
temp = tempdir returns the name of the temporary folder for the system, if one exists. tempdir does not create a new folder....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found