1 | public static void copyFileToFileVerbose(File src, File dest) { |
2 | print("Copying " + f2s(src) + " to " + f2s(dest)); |
3 | copyFile(src, dest); |
4 | } |
Began life as a copy of #1000843
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1015403 |
Snippet name: | copyFileToFileVerbose |
Eternal ID of this version: | #1015403/1 |
Text MD5: | c00814468a07b61c4657ffe3096cffe4 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-05-13 17:34:37 |
Source code size: | 144 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 530 / 502 |
Referenced in: | [show references] |