| Package | Description |
|---|---|
| mslinks |
| Modifier and Type | Method and Description |
|---|---|
static ShellLink |
ShellLink.createLink(String target) |
static ShellLink |
ShellLink.createLink(String target,
String linkpath)
equivalent to createLink(target).saveTo(linkpath)
|
ShellLink |
ShellLink.saveTo(String path) |
ShellLink |
ShellLink.setCMDArgs(String s) |
ShellLink |
ShellLink.setIconLocation(String s) |
ShellLink |
ShellLink.setLanguage(String s) |
ShellLink |
ShellLink.setName(String s) |
ShellLink |
ShellLink.setRelativePath(String s) |
ShellLink |
ShellLink.setTarget(String target)
Set path of target file of directory.
|
ShellLink |
ShellLink.setWorkingDir(String s) |
Copyright © 2016–2018 Frederik Kammel. All rights reserved.