Libraryless. Click here for Pure Java version (1699L/11K).
svoid renameFileToUniqueName(File f) { if (!fileExists(f)) ret; renameFileVerbose(f, makeFileNameUnique(f)); }
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1024947 |
| Snippet name: | renameFileToUniqueName |
| Eternal ID of this version: | #1024947/1 |
| Text MD5: | f7420cb4104027e67483a778a05f1cfd |
| Transpilation MD5: | 08d1e509bbeb2559e5138addc4451d35 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-08-31 13:49:24 |
| Source code size: | 117 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 433 / 550 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |