What exactly is a Link(Symbolic or otherwise)

ClulkTeme

New Member
I was working on a java project with NIO.2 and I encountered the Files.createLink method. Upon doing some research on The Java Tutorials I found that these seem similar to windows shortcuts, but I'm not exactly sure if that's what they are. If they aren't how could I create a platform independent way to create a shortcut?
 
Back
Top