setLocalTarget

fun setLocalTarget(drive: String?, absolutePath: String): ShellLinkHelper
fun setLocalTarget(drive: String?, absolutePath: String, options: ShellLinkHelper.Options): ShellLinkHelper

Sets target on local computer, e.g. "C:\path\to\target"

Parameters

drive

is a letter part of the path, e.g. "C" or "D"

absolutePath

is a path in the specified drive, e.g. "path\to\target"

Throws