Most operating systems provide a function for generation a temporary filename
which is unique.
Consider:
Unix: tempnam
Win32: GetTempPath and GetTempFileName
It is my understanding, after reviewing the FILE class, that java does not.
which is unique.
Consider:
Unix: tempnam
Win32: GetTempPath and GetTempFileName
It is my understanding, after reviewing the FILE class, that java does not.
- duplicates
-
JDK-4095392 Request for access to a temporary directory.
- Closed