symbolic link

  1. W

    B4J Code Snippet CreateSymbolicLink - code to create a symbolic link (on Windows or Linux) [B4J]

    I needed this for a project and didn't find an easier solution (by all means tell me if one exists) so I came up with this code: ' Creates a symbolic link ' ' IMPORTANT: must be run as Administrator on Windows (or Files.createSymbolicLink in the Java code will fail) ' ' Dependencies: the...
Top