Snippets tagged “temporary-files”
2 snippets use this tag.
- How to Create Temporary File in JavaJava
Learn the two static methods of createTempFile of the File class. Use the deleteOnExit() method to ensure that the temporary created file will automatically be deleted.
- Unique and temporary file names in PHP?PHP
In PHP, you can use the tempnam() function to generate a unique and temporary file name.