Package mslinks
Object ShellLinkHelper.Companion
-
- All Implemented Interfaces:
public class ShellLinkHelper.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ShellLinkHelper.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final ShellLinkHelpercreateLink(String target, String linkPath)Universal all-by-default creation of the link final StringresolveEnvVariables(String path)-
-
Method Detail
-
createLink
final ShellLinkHelper createLink(String target, String linkPath)
Universal all-by-default creation of the link
- Parameters:
target-absolute path for the target file in windows format (e.g. C:\path\to\file.txt)
linkPath-where to save link file
-
resolveEnvVariables
final String resolveEnvVariables(String path)
-
-
-
-