/ Published in: Java
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if(!tmpdir.endsWith(separador)){ tmpdir+= separador; } return tmpdir+"tmp_"+UUIDGenFactory.getUUIDGen().nextUUID()+".tmp"; }