Method | Description | |
---|---|---|
CreateLnkFile ( string shortcutPath, string targetPath, string description, string workingDirectory = null, string iconPath = null ) : void | ||
CreateUrlFile ( string path, string target ) : void | ||
GetInternetShortcut ( string filePath ) : string | ||
GetTargetPath ( string filePath ) : string | ||
ResolveShortcut ( string filePath ) : string |
Method | Description | |
---|---|---|
ResolveMsiShortcut ( string file ) : string |
public static CreateLnkFile ( string shortcutPath, string targetPath, string description, string workingDirectory = null, string iconPath = null ) : void | ||
shortcutPath | string | |
targetPath | string | |
description | string | |
workingDirectory | string | |
iconPath | string | |
return | void |
public static CreateUrlFile ( string path, string target ) : void | ||
path | string | |
target | string | |
return | void |
public static GetInternetShortcut ( string filePath ) : string | ||
filePath | string | |
return | string |
public static GetTargetPath ( string filePath ) : string | ||
filePath | string | |
return | string |
public static ResolveShortcut ( string filePath ) : string | ||
filePath | string | |
return | string |