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

6
LINES

< > BotCompany Repo | #1034456 // migratePathFromDirToDirVerbose

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (5128L/29K).

static File migratePathFromDirToDirVerbose(File oldDir, File newDir, File path) {
  File f = migratePathFromDirToDir(oldDir, newDir, path);
  if (f != path)
    printVars("migratePathFromDirToDir", +oldDir, +newDir, +path, +f);
  ret f;
}

Author comment

Began life as a copy of #1034455

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034456
Snippet name: migratePathFromDirToDirVerbose
Eternal ID of this version: #1034456/2
Text MD5: a53e3ff7092bb2af3156ba760c3d5ece
Transpilation MD5: 750f798b1eac07bcc759a4738133b6a5
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-02-08 01:04:42
Source code size: 243 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 71 / 102
Version history: 1 change(s)
Referenced in: [show references]