import java.nio.file.Files; static void makeSymLinkIfDoesntExist(File src, File dest) { if (!src.exists()) makeSymLink(src, dest); }
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: | 304 / 337 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |