Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1011388 // makeSymLink - src will point to dest (different order than with ln -s)

JavaX fragment (include)

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: 381 / 389
Version history: 3 change(s)
Referenced in: [show references]