We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to have io/temp-file and io/temp-directory which return File objects using OS-specific mechanisms.
io/temp-file
io/temp-directory
File
We could start simple with no arguments, and if needed later add other arities to allow configuration of the behavior.
The text was updated successfully, but these errors were encountered:
Native temp file and dir facilities
a1b8335
Fixes #934
8c18b82
mfikes
Successfully merging a pull request may close this issue.
It would be nice to have
io/temp-file
andio/temp-directory
which returnFile
objects using OS-specific mechanisms.We could start simple with no arguments, and if needed later add other arities to allow configuration of the behavior.
The text was updated successfully, but these errors were encountered: