Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1019316 // moveAllFilesToNumberedOldSubDir

JavaX fragment (include)

static File moveAllFilesToNumberedOldSubDir(File dir) {
  File oldDir = makeDirNameUnique_startWithOne(newFile(dir, "old"));
  moveAllFiles(dir, oldDir);
  ret oldDir;
}

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: 200 / 239
Version history: 1 change(s)
Referenced in: [show references]