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; }
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: | 369 / 476 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |