Is there any way of creating a temp file path without creating the file ?
Basically I need an equivalent for the method Files.createTempFile(...) without
Files.createTempFile(...)