1 | svoid renameFileVerbose_assertSuccess(File a, File b) {
|
2 | if (!renameFileVerbose(a, b)) |
3 | fail("Couldn't rename " + a + " to " + b);
|
4 | } |
Began life as a copy of #1024948
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034413 |
| Snippet name: | renameFileVerbose_assertSuccess |
| Eternal ID of this version: | #1034413/1 |
| Text MD5: | 400b7ca4a5d0db74fdb746eae075b06e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-02-06 01:45:47 |
| Source code size: | 139 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 588 / 612 |
| Referenced in: | [show references] |