import java.nio.file.Files; static void makeSymLink(File src, File dest) ctex { Files.createSymbolicLink(src.toPath().toAbsolutePath(), dest.toPath().toAbsolutePath()); }
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: | #1011388 |
| Snippet name: | makeSymLink - src will point to dest (different order than with ln -s) |
| Eternal ID of this version: | #1011388/4 |
| Text MD5: | 5d561dad1cd33e9c35b43bb18ab8c9c2 |
| Author: | stefan |
| Category: | javax / io |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-13 15:26:19 |
| Source code size: | 177 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 696 / 712 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1019780 - makeSymLinkIfDoesntExist - src will point to dest |