1 | static File moveAllFilesToNumberedOldSubDir(File dir) {
|
2 | File oldDir = makeDirNameUnique_startWithOne(newFile(dir, "old")); |
3 | moveAllFiles(dir, oldDir); |
4 | ret oldDir; |
5 | } |
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1019316 |
| Snippet name: | moveAllFilesToNumberedOldSubDir |
| Eternal ID of this version: | #1019316/2 |
| Text MD5: | 06dd7f06f047b7b87f37f8dc7db968de |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-10-30 16:52:54 |
| Source code size: | 173 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 471 / 517 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |