static void moveFile(File a, File b) { if (!renameFile(a, b)) fail("File move failed: " + a + " to " + b); }
Began life as a copy of #1002706
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1015320 |
Snippet name: | moveFile - smarter version of File.renameTo(); asserts success. second argument is a target FILE NAME, not the DIR to put it in |
Eternal ID of this version: | #1015320/4 |
Text MD5: | 37cd8dc9cedc2add551ff7907bc4addb |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-18 13:01:02 |
Source code size: | 117 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 410 / 522 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1020322 - moveFileVerboseIfExists - smarter version of File.renameTo(); asserts success. second argument is a target FILE NAME, not the DIR to put it in |