1 | import java.nio.file.Files; |
2 | |
3 | static void makeSymLinkIfDoesntExist(File src, File dest) { |
4 | if (!src.exists()) |
5 | makeSymLink(src, dest); |
6 | } |
Began life as a copy of #1011388
download show line numbers debug dex old transpilations
Travelled to 10 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019780 |
Snippet name: | makeSymLinkIfDoesntExist - src will point to dest |
Eternal ID of this version: | #1019780/2 |
Text MD5: | 9ada5dc0a4e7599f830a70bfd4752b60 |
Author: | stefan |
Category: | javax / io |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-11-26 02:25:28 |
Source code size: | 144 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 303 / 337 |
Version history: | 1 change(s) |
Referenced in: | [show references] |