createLink

fun createLink(target: String, linkPath: String?): ShellLinkHelper

Universal all-by-default creation of the link

Return

Parameters

target
  • absolute path for the target file in windows format (e.g. C:\path\to\file.txt)

linkPath
  • where to save link file

Throws